aboutsummaryrefslogtreecommitdiffstats
path: root/packages/types
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/types
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/types')
-rw-r--r--packages/types/CHANGELOG.json3
-rw-r--r--packages/types/package.json3
2 files changed, 4 insertions, 2 deletions
diff --git a/packages/types/CHANGELOG.json b/packages/types/CHANGELOG.json
index d30aad76f..c70d4cadc 100644
--- a/packages/types/CHANGELOG.json
+++ b/packages/types/CHANGELOG.json
@@ -6,7 +6,8 @@
{
"note": "Dependencies updated"
}
- ]
+ ],
+ "isPublished": true
},
{
"version": "0.4.0",
diff --git a/packages/types/package.json b/packages/types/package.json
index 588700a49..a656aa753 100644
--- a/packages/types/package.json
+++ b/packages/types/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": {