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 /packages/react-docs-example | |
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 'packages/react-docs-example')
-rw-r--r-- | packages/react-docs-example/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/react-docs-example/package.json b/packages/react-docs-example/package.json index a0538b933..76e780c44 100644 --- a/packages/react-docs-example/package.json +++ b/packages/react-docs-example/package.json @@ -10,7 +10,7 @@ "lint": "tslint --project .", "build": "tsc", "build:example": "NODE_ENV=production webpack", - "watch": "tsc -w", + "watch_without_deps": "tsc -w", "clean": "shx rm -rf lib; shx rm -f public/bundle*", "dev": "webpack-dev-server --open", "deploy_example": "npm run build:example; aws s3 sync ./public/. s3://react-docs-example --profile 0xproject --region us-east-1 --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers" |