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

@@ -22,7 +22,8 @@
"pr": 465
}
],
"timestamp": 1522658513
"timestamp": 1522658513,
"isPublished": true
},
{
"version": "0.0.3",

View File

@@ -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",