Add manual postpublish command to all public packages and update CHANGELOG.json

This commit is contained in:
Fabio Berger
2018-04-02 18:46:53 +09:00
parent 6241d06f27
commit 3bf3f479f5
36 changed files with 65 additions and 30 deletions

View File

@@ -4,7 +4,8 @@
"description": "0x project typescript type definitions",
"scripts": {
"build": "tsc && copyfiles -u 1 './lib/**/*' ./scripts",
"clean": "shx rm -rf scripts"
"clean": "shx rm -rf scripts",
"manual:postpublish": "yarn build; node ./scripts/postpublish.js"
},
"repository": {
"type": "git",