aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/interfaces/package.json
diff options
context:
space:
mode:
authorSteve Klebanoff <steve.klebanoff@gmail.com>2018-12-20 00:19:36 +0800
committerSteve Klebanoff <steve.klebanoff@gmail.com>2018-12-20 00:19:36 +0800
commit125a940560a01305781bfb6754f52fa64669a6f3 (patch)
tree70fc5d2aab95676245460eed72ba059c1661339f /contracts/interfaces/package.json
parenta7f847bf3e693a275b0aa71bcdb12d947b445175 (diff)
parentb3978b641c12c7bfe9bab1d561384eeaace25321 (diff)
downloaddexon-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/interfaces/package.json')
-rw-r--r--contracts/interfaces/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/contracts/interfaces/package.json b/contracts/interfaces/package.json
index 4d3e4b7f9..15385a154 100644
--- a/contracts/interfaces/package.json
+++ b/contracts/interfaces/package.json
@@ -10,7 +10,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",