Don't build before test

This commit is contained in:
Leonid Logvinov 2017-05-29 13:36:48 +02:00
parent 6213407f54
commit fa156531bf
No known key found for this signature in database
GPG Key ID: 0DD294BFDE8C95D4

View File

@ -12,7 +12,7 @@
"scripts": {
"build": "npm run clean && run-p build:*:prod",
"lint": "tslint src/**/*.ts",
"test": "run-s build:dev test:commonjs test:umd",
"test": "run-s test:commonjs test:umd",
"test:coverage": "nyc npm run test --all",
"update_contracts": "for i in ${npm_package_config_artifacts}; do copyfiles -u 4 ../contracts/build/contracts/$i.json ../0x.js/src/artifacts; done;",
"testrpc": "testrpc -p 8545 --networkId 50",