aboutsummaryrefslogtreecommitdiffstats
path: root/packages/react-shared
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-04-02 17:46:53 +0800
committerFabio Berger <me@fabioberger.com>2018-04-02 17:46:53 +0800
commit3bf3f479f50e62673b49de09bdbdc812e1e9e476 (patch)
tree66e6295e1221a0801998e97ed7aee40dd0785e58 /packages/react-shared
parent6241d06f2769f599916d06861894f9b60e2a5e81 (diff)
downloaddexon-0x-contracts-3bf3f479f50e62673b49de09bdbdc812e1e9e476.tar
dexon-0x-contracts-3bf3f479f50e62673b49de09bdbdc812e1e9e476.tar.gz
dexon-0x-contracts-3bf3f479f50e62673b49de09bdbdc812e1e9e476.tar.bz2
dexon-0x-contracts-3bf3f479f50e62673b49de09bdbdc812e1e9e476.tar.lz
dexon-0x-contracts-3bf3f479f50e62673b49de09bdbdc812e1e9e476.tar.xz
dexon-0x-contracts-3bf3f479f50e62673b49de09bdbdc812e1e9e476.tar.zst
dexon-0x-contracts-3bf3f479f50e62673b49de09bdbdc812e1e9e476.zip
Add manual postpublish command to all public packages and update CHANGELOG.json
Diffstat (limited to 'packages/react-shared')
-rw-r--r--packages/react-shared/CHANGELOG.json3
-rw-r--r--packages/react-shared/package.json3
2 files changed, 4 insertions, 2 deletions
diff --git a/packages/react-shared/CHANGELOG.json b/packages/react-shared/CHANGELOG.json
index 4fb786e70..248b740bc 100644
--- a/packages/react-shared/CHANGELOG.json
+++ b/packages/react-shared/CHANGELOG.json
@@ -13,6 +13,7 @@
"note": "Reorganized colors and added new ones"
}
],
- "timestamp": 1522658513
+ "timestamp": 1522658513,
+ "isPublished": true
}
]
diff --git a/packages/react-shared/package.json b/packages/react-shared/package.json
index 1313701d1..3a6d6a24e 100644
--- a/packages/react-shared/package.json
+++ b/packages/react-shared/package.json
@@ -8,7 +8,8 @@
"lint": "tslint --project . 'src/**/*.ts' 'src/**/*.tsx'",
"build": "tsc && copyfiles -u 2 './lib/monorepo_scripts/**/*' ./scripts",
"build:watch": "tsc -w",
- "clean": "shx rm -rf lib scripts"
+ "clean": "shx rm -rf lib scripts",
+ "manual:postpublish": "yarn build; node ./scripts/postpublish.js"
},
"author": "Fabio Berger",
"license": "Apache-2.0",