diff options
author | Fabio Berger <me@fabioberger.com> | 2018-06-06 20:46:52 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-06 20:46:52 +0800 |
commit | af1d5fce6ea355b12bf5f63f51ea81ff596f7868 (patch) | |
tree | 6dd6a07be9c6fabf94e1c3250faa86c1dc6aa26c /package.json | |
parent | cc39eea9991306eabadd912256452f67fb49c20b (diff) | |
parent | 54b86b61312ac13bfe32d066ac08a79e7aabced8 (diff) | |
download | dexon-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 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 74d32c3ef..7c54c1a18 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "install:all": "yarn install", "wsrun": "wsrun", "lerna:run": "lerna run", - "watch": "wsrun watch $PKG --fast-exit -r --stages --done-criteria='complete|successfully'", + "watch": "wsrun watch_without_deps $PKG --fast-exit -r --stages --done-criteria='complete|successfully'", "build": "wsrun build $PKG --fast-exit -r --stages", "build:monorepo_scripts": "PKG=@0xproject/monorepo-scripts yarn build", "clean": "wsrun clean $PKG --fast-exit -r --parallel", |