Run cverage only for commonjs test

This commit is contained in:
Leonid Logvinov 2017-05-29 16:05:33 +02:00
parent abd0228ba8
commit 4721e2c28a
No known key found for this signature in database
GPG Key ID: 0DD294BFDE8C95D4

View File

@ -13,7 +13,7 @@
"build": "npm run clean && run-p build:*:prod",
"lint": "tslint src/**/*.ts",
"test": "run-s test:commonjs test:umd",
"test:coverage": "nyc npm run test --all",
"test:coverage": "nyc npm run test:commonjs --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",
"docs:json": "typedoc --json docs/index.json .",