diff options
author | Fabio Berger <me@fabioberger.com> | 2018-04-02 17:46:53 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2018-04-02 17:46:53 +0800 |
commit | 3bf3f479f50e62673b49de09bdbdc812e1e9e476 (patch) | |
tree | 66e6295e1221a0801998e97ed7aee40dd0785e58 /packages/utils | |
parent | 6241d06f2769f599916d06861894f9b60e2a5e81 (diff) | |
download | dexon-sol-tools-3bf3f479f50e62673b49de09bdbdc812e1e9e476.tar dexon-sol-tools-3bf3f479f50e62673b49de09bdbdc812e1e9e476.tar.gz dexon-sol-tools-3bf3f479f50e62673b49de09bdbdc812e1e9e476.tar.bz2 dexon-sol-tools-3bf3f479f50e62673b49de09bdbdc812e1e9e476.tar.lz dexon-sol-tools-3bf3f479f50e62673b49de09bdbdc812e1e9e476.tar.xz dexon-sol-tools-3bf3f479f50e62673b49de09bdbdc812e1e9e476.tar.zst dexon-sol-tools-3bf3f479f50e62673b49de09bdbdc812e1e9e476.zip |
Add manual postpublish command to all public packages and update CHANGELOG.json
Diffstat (limited to 'packages/utils')
-rw-r--r-- | packages/utils/CHANGELOG.json | 3 | ||||
-rw-r--r-- | packages/utils/package.json | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/packages/utils/CHANGELOG.json b/packages/utils/CHANGELOG.json index 61670ee29..887b515d0 100644 --- a/packages/utils/CHANGELOG.json +++ b/packages/utils/CHANGELOG.json @@ -6,7 +6,8 @@ { "note": "Dependencies updated" } - ] + ], + "isPublished": true }, { "version": "0.4.3", diff --git a/packages/utils/package.json b/packages/utils/package.json index 021ccac61..ba11c2e06 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -8,7 +8,8 @@ "build:watch": "tsc -w", "build": "tsc && copyfiles -u 2 './lib/monorepo_scripts/**/*' ./scripts", "clean": "shx rm -rf lib scripts", - "lint": "tslint --project . 'src/**/*.ts'" + "lint": "tslint --project . 'src/**/*.ts'", + "manual:postpublish": "yarn build; node ./scripts/postpublish.js" }, "license": "Apache-2.0", "repository": { |