Commit v1 artifacts to migrations package and remove compile step from prebuild

This commit is contained in:
Fabio Berger
2018-05-10 19:02:41 +02:00
parent 5a73b8a8e6
commit bea185ce8b
26 changed files with 7686 additions and 1 deletions

View File

@@ -9,7 +9,7 @@
},
"scripts": {
"build:watch": "tsc -w",
"prebuild": "run-s clean compile copy_artifacts generate_contract_wrappers",
"prebuild": "run-s clean copy_artifacts generate_contract_wrappers",
"copy_artifacts": "copyfiles -u 4 '../migrations/artifacts/1.0.0/**/*' ./lib/src/artifacts;",
"build": "tsc",
"test": "run-s build run_mocha",