diff options
author | Fabio Berger <me@fabioberger.com> | 2018-06-06 17:26:50 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-06 17:26:50 +0800 |
commit | cc39eea9991306eabadd912256452f67fb49c20b (patch) | |
tree | 6a1608b6fca9366f6b407e8a2cf746a79b86858b /packages/order-utils/package.json | |
parent | 39570a9663abae56b0220745306386197fae65c1 (diff) | |
parent | cbfed99bc6f9c86dee2dc31cafe401ded0fc9084 (diff) | |
download | dexon-sol-tools-cc39eea9991306eabadd912256452f67fb49c20b.tar dexon-sol-tools-cc39eea9991306eabadd912256452f67fb49c20b.tar.gz dexon-sol-tools-cc39eea9991306eabadd912256452f67fb49c20b.tar.bz2 dexon-sol-tools-cc39eea9991306eabadd912256452f67fb49c20b.tar.lz dexon-sol-tools-cc39eea9991306eabadd912256452f67fb49c20b.tar.xz dexon-sol-tools-cc39eea9991306eabadd912256452f67fb49c20b.tar.zst dexon-sol-tools-cc39eea9991306eabadd912256452f67fb49c20b.zip |
Merge pull request #664 from 0xProject/fixes/misc-small-fixes
Small miscellaneous fixes
Diffstat (limited to 'packages/order-utils/package.json')
-rw-r--r-- | packages/order-utils/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/order-utils/package.json b/packages/order-utils/package.json index 5a04c58f7..41c2f8757 100644 --- a/packages/order-utils/package.json +++ b/packages/order-utils/package.json @@ -15,7 +15,7 @@ "generate_contract_wrappers": "abi-gen --abis 'lib/src/artifacts/@(Exchange|IWallet|IValidator).json' --template ../contract_templates/contract.handlebars --partials '../contract_templates/partials/**/*.handlebars' --output src/generated_contract_wrappers --backend ethers && prettier --write 'src/generated_contract_wrappers/**.ts'", "update_artifacts": "for i in ${npm_package_config_contracts}; do copyfiles -u 4 ../migrations/artifacts/2.0.0/$i.json lib/src/artifacts; done;", "test": "yarn run_mocha", - "rebuild-and-test": "run-s build test", + "rebuild_and_test": "run-s build test", "test:circleci": "yarn test:coverage", "run_mocha": "mocha lib/test/**/*_test.js --bail --exit", "test:coverage": "nyc npm run test --all && yarn coverage:report:lcov", |