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