Do not remove artifacts when running clean

This commit is contained in:
Fabio Berger
2018-05-16 16:01:37 +02:00
parent 9e0471bfbb
commit 136c6d01b3

View File

@@ -9,7 +9,7 @@
"prebuild": "run-s clean compile copy_artifacts generate_contract_wrappers",
"copy_artifacts": "copyfiles -u 4 'artifacts/1.0.0/**/*' ./lib/src/artifacts",
"build": "tsc",
"clean": "shx rm -rf lib artifacts",
"clean": "shx rm -rf lib",
"lint": "tslint --project .",
"migrate": "run-s build compile script:migrate",
"script:migrate": "node ./lib/migrate.js",