Add manual postpublish command to all public packages and update CHANGELOG.json
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
],
|
||||
"isPublished": true
|
||||
},
|
||||
{
|
||||
"version": "0.4.0",
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user