Run cverage only for commonjs test
This commit is contained in:
parent
abd0228ba8
commit
4721e2c28a
@ -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 .",
|
||||
|
Loading…
x
Reference in New Issue
Block a user