aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sra-report/package.json
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-04-02 17:46:53 +0800
committerFabio Berger <me@fabioberger.com>2018-04-02 17:46:53 +0800
commit3bf3f479f50e62673b49de09bdbdc812e1e9e476 (patch)
tree66e6295e1221a0801998e97ed7aee40dd0785e58 /packages/sra-report/package.json
parent6241d06f2769f599916d06861894f9b60e2a5e81 (diff)
downloaddexon-0x-contracts-3bf3f479f50e62673b49de09bdbdc812e1e9e476.tar
dexon-0x-contracts-3bf3f479f50e62673b49de09bdbdc812e1e9e476.tar.gz
dexon-0x-contracts-3bf3f479f50e62673b49de09bdbdc812e1e9e476.tar.bz2
dexon-0x-contracts-3bf3f479f50e62673b49de09bdbdc812e1e9e476.tar.lz
dexon-0x-contracts-3bf3f479f50e62673b49de09bdbdc812e1e9e476.tar.xz
dexon-0x-contracts-3bf3f479f50e62673b49de09bdbdc812e1e9e476.tar.zst
dexon-0x-contracts-3bf3f479f50e62673b49de09bdbdc812e1e9e476.zip
Add manual postpublish command to all public packages and update CHANGELOG.json
Diffstat (limited to 'packages/sra-report/package.json')
-rw-r--r--packages/sra-report/package.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/sra-report/package.json b/packages/sra-report/package.json
index 68f304869..b156e6fe5 100644
--- a/packages/sra-report/package.json
+++ b/packages/sra-report/package.json
@@ -7,12 +7,13 @@
"scripts": {
"build:watch": "tsc -w",
"clean": "shx rm -rf lib scripts",
- "build": "tsc",
+ "build": "tsc && copyfiles -u 3 './lib/src/monorepo_scripts/**/*' ./scripts",
"lint": "tslint --project . 'src/**/*.ts' 'test/**/*.ts'",
"test": "run-s clean build copy_test_environments copy_test_fixtures run_mocha",
"copy_test_fixtures": "copyfiles -u 2 './test/fixtures/**/*.json' ./lib/test/fixtures",
"copy_test_environments": "copyfiles -u 2 './test/environments/**/*.json' ./lib/test/environments",
- "run_mocha": "mocha lib/test/**/*_test.js"
+ "run_mocha": "mocha lib/test/**/*_test.js",
+ "manual:postpublish": "yarn build; node ./scripts/postpublish.js"
},
"bin": {
"sra-report": "lib/index.js"