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

@@ -6,7 +6,8 @@
{
"note": "Dependencies updated"
}
]
],
"isPublished": true
},
{
"version": "0.4.0",

View File

@@ -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": {