aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 3b29795a8..b290daed0 100644
--- a/package.json
+++ b/package.json
@@ -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 .",