diff options
author | Steve Klebanoff <steve.klebanoff@gmail.com> | 2018-12-20 00:19:36 +0800 |
---|---|---|
committer | Steve Klebanoff <steve.klebanoff@gmail.com> | 2018-12-20 00:19:36 +0800 |
commit | 125a940560a01305781bfb6754f52fa64669a6f3 (patch) | |
tree | 70fc5d2aab95676245460eed72ba059c1661339f /contracts/examples | |
parent | a7f847bf3e693a275b0aa71bcdb12d947b445175 (diff) | |
parent | b3978b641c12c7bfe9bab1d561384eeaace25321 (diff) | |
download | dexon-sol-tools-125a940560a01305781bfb6754f52fa64669a6f3.tar.gz dexon-sol-tools-125a940560a01305781bfb6754f52fa64669a6f3.tar.zst dexon-sol-tools-125a940560a01305781bfb6754f52fa64669a6f3.zip |
Merge branch 'development' into feature/website/0x-org
Diffstat (limited to 'contracts/examples')
-rw-r--r-- | contracts/examples/package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contracts/examples/package.json b/contracts/examples/package.json index 77846241e..37b73f98c 100644 --- a/contracts/examples/package.json +++ b/contracts/examples/package.json @@ -13,7 +13,8 @@ "build": "yarn pre_build && tsc -b", "build:ci": "yarn build", "pre_build": "run-s compile generate_contract_wrappers", - "compile": "sol-compiler --contracts-dir contracts", + "compile": "sol-compiler", + "watch": "sol-compiler -w", "clean": "shx rm -rf lib generated-artifacts generated-wrappers", "generate_contract_wrappers": "abi-gen --abis ${npm_package_config_abis} --template ../../node_modules/@0x/abi-gen-templates/contract.handlebars --partials '../../node_modules/@0x/abi-gen-templates/partials/**/*.handlebars' --output generated-wrappers --backend ethers", "lint": "tslint --format stylish --project . --exclude ./generated-wrappers/**/* --exclude ./generated-artifacts/**/* --exclude **/lib/**/* && yarn lint-contracts", |