Merge pull request #18 from 0xProject/fix-coverage
Run coverage only for commonjs test
This commit is contained in:
commit
f4047dbe18
@ -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 -m \"concert load couple harbor equip island argue ramp clarify fence smart topic\"",
|
||||
"docs:json": "typedoc --json docs/index.json .",
|
||||
|
Loading…
x
Reference in New Issue
Block a user