aboutsummaryrefslogtreecommitdiffstats
path: root/packages/order-utils/package.json
diff options
context:
space:
mode:
authorfragosti <francesco.agosti93@gmail.com>2018-06-07 02:17:13 +0800
committerfragosti <francesco.agosti93@gmail.com>2018-06-07 02:17:13 +0800
commit58603e2a5a06f6bccfb5b6d2d12732ee6f0e69da (patch)
tree76d90e84e57cf65d7bbb1159cbdf73c3537b493e /packages/order-utils/package.json
parentd97184880ceac6215ce50916a29f4cb01bbfc63f (diff)
parent49049b8c126c779d68934eaceb6835ebf3a24a49 (diff)
downloaddexon-0x-contracts-58603e2a5a06f6bccfb5b6d2d12732ee6f0e69da.tar
dexon-0x-contracts-58603e2a5a06f6bccfb5b6d2d12732ee6f0e69da.tar.gz
dexon-0x-contracts-58603e2a5a06f6bccfb5b6d2d12732ee6f0e69da.tar.bz2
dexon-0x-contracts-58603e2a5a06f6bccfb5b6d2d12732ee6f0e69da.tar.lz
dexon-0x-contracts-58603e2a5a06f6bccfb5b6d2d12732ee6f0e69da.tar.xz
dexon-0x-contracts-58603e2a5a06f6bccfb5b6d2d12732ee6f0e69da.tar.zst
dexon-0x-contracts-58603e2a5a06f6bccfb5b6d2d12732ee6f0e69da.zip
Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into feature/improve-linting
Diffstat (limited to 'packages/order-utils/package.json')
-rw-r--r--packages/order-utils/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/order-utils/package.json b/packages/order-utils/package.json
index 95de69bf7..3a97b99e3 100644
--- a/packages/order-utils/package.json
+++ b/packages/order-utils/package.json
@@ -13,7 +13,7 @@
"pre_build": "run-s update_artifacts generate_contract_wrappers",
"transpile": "tsc",
"copy_monorepo_scripts": "copyfiles -u 3 './lib/src/monorepo_scripts/**/*' ./scripts",
- "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'",
+ "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",
"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",