diff options
| author | Fabio Berger <me@fabioberger.com> | 2018-03-14 21:30:15 +0800 | 
|---|---|---|
| committer | Fabio Berger <me@fabioberger.com> | 2018-03-14 21:30:15 +0800 | 
| commit | 32d15d79f10470d764b2645574884573cd3beeaa (patch) | |
| tree | 5cf848c439099f90fe7828bf2ffee2796972e55b /packages/sol-cov/package.json | |
| parent | 538ac604a88c2f7ae2dbb1970d464425624a3cd9 (diff) | |
| download | dexon-sol-tools-32d15d79f10470d764b2645574884573cd3beeaa.tar.gz dexon-sol-tools-32d15d79f10470d764b2645574884573cd3beeaa.tar.zst dexon-sol-tools-32d15d79f10470d764b2645574884573cd3beeaa.zip  | |
Add script copying to build command
Diffstat (limited to 'packages/sol-cov/package.json')
| -rw-r--r-- | packages/sol-cov/package.json | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/sol-cov/package.json b/packages/sol-cov/package.json index 48d798fa3..84e58f8d8 100644 --- a/packages/sol-cov/package.json +++ b/packages/sol-cov/package.json @@ -8,7 +8,7 @@          "build:watch": "tsc -w",          "lint": "tslint --project . 'src/**/*.ts'",          "clean": "shx rm -rf lib scripts", -        "build": "tsc" +        "build": "tsc && copyfiles -u 2 './lib/monorepo_scripts/**/*' ./scripts"      },      "repository": {          "type": "git", @@ -37,6 +37,7 @@          "@0xproject/tslint-config": "^0.4.9",          "@types/istanbul": "^0.4.29",          "@types/node": "^8.0.53", +        "copyfiles": "^1.2.0",          "npm-run-all": "^4.1.2",          "shx": "^0.2.2",          "tslint": "5.8.0",  | 
