aboutsummaryrefslogtreecommitdiffstats
path: root/packages/typescript-typings/package.json
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-06-06 20:46:52 +0800
committerGitHub <noreply@github.com>2018-06-06 20:46:52 +0800
commitaf1d5fce6ea355b12bf5f63f51ea81ff596f7868 (patch)
tree6dd6a07be9c6fabf94e1c3250faa86c1dc6aa26c /packages/typescript-typings/package.json
parentcc39eea9991306eabadd912256452f67fb49c20b (diff)
parent54b86b61312ac13bfe32d066ac08a79e7aabced8 (diff)
downloaddexon-sol-tools-af1d5fce6ea355b12bf5f63f51ea81ff596f7868.tar
dexon-sol-tools-af1d5fce6ea355b12bf5f63f51ea81ff596f7868.tar.gz
dexon-sol-tools-af1d5fce6ea355b12bf5f63f51ea81ff596f7868.tar.bz2
dexon-sol-tools-af1d5fce6ea355b12bf5f63f51ea81ff596f7868.tar.lz
dexon-sol-tools-af1d5fce6ea355b12bf5f63f51ea81ff596f7868.tar.xz
dexon-sol-tools-af1d5fce6ea355b12bf5f63f51ea81ff596f7868.tar.zst
dexon-sol-tools-af1d5fce6ea355b12bf5f63f51ea81ff596f7868.zip
Merge pull request #665 from 0xProject/fix/fix-build-watch
Improve Build/Watch Commands
Diffstat (limited to 'packages/typescript-typings/package.json')
-rw-r--r--packages/typescript-typings/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/typescript-typings/package.json b/packages/typescript-typings/package.json
index 4bae1f437..0dde47c97 100644
--- a/packages/typescript-typings/package.json
+++ b/packages/typescript-typings/package.json
@@ -6,7 +6,7 @@
},
"description": "0x project typescript type definitions",
"scripts": {
- "watch": "tsc -w",
+ "watch_without_deps": "tsc -w",
"build": "tsc && copyfiles -u 1 './lib/**/*' ./scripts",
"clean": "shx rm -rf scripts",
"manual:postpublish": "yarn build; node ./scripts/postpublish.js"