diff options
author | fragosti <francesco.agosti93@gmail.com> | 2018-06-07 01:20:35 +0800 |
---|---|---|
committer | fragosti <francesco.agosti93@gmail.com> | 2018-06-07 01:20:35 +0800 |
commit | 037912ccab9f4692b32260fa5548963956efe1c9 (patch) | |
tree | 31789de928bf66ad9051b9ee3b1716c54094bd55 /package.json | |
parent | cea81df969160b7c33d52e54c668b0a2908750d7 (diff) | |
parent | af1d5fce6ea355b12bf5f63f51ea81ff596f7868 (diff) | |
download | dexon-sol-tools-037912ccab9f4692b32260fa5548963956efe1c9.tar dexon-sol-tools-037912ccab9f4692b32260fa5548963956efe1c9.tar.gz dexon-sol-tools-037912ccab9f4692b32260fa5548963956efe1c9.tar.bz2 dexon-sol-tools-037912ccab9f4692b32260fa5548963956efe1c9.tar.lz dexon-sol-tools-037912ccab9f4692b32260fa5548963956efe1c9.tar.xz dexon-sol-tools-037912ccab9f4692b32260fa5548963956efe1c9.tar.zst dexon-sol-tools-037912ccab9f4692b32260fa5548963956efe1c9.zip |
Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into feature/improve-linting
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", |