aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/package.json
diff options
context:
space:
mode:
authorfragosti <francesco.agosti93@gmail.com>2018-06-07 01:20:35 +0800
committerfragosti <francesco.agosti93@gmail.com>2018-06-07 01:20:35 +0800
commit037912ccab9f4692b32260fa5548963956efe1c9 (patch)
tree31789de928bf66ad9051b9ee3b1716c54094bd55 /packages/website/package.json
parentcea81df969160b7c33d52e54c668b0a2908750d7 (diff)
parentaf1d5fce6ea355b12bf5f63f51ea81ff596f7868 (diff)
downloaddexon-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/website/package.json')
-rw-r--r--packages/website/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/website/package.json b/packages/website/package.json
index 54780f600..5287414c7 100644
--- a/packages/website/package.json
+++ b/packages/website/package.json
@@ -10,7 +10,7 @@
"build": "NODE_ENV=production webpack; exit 0;",
"clean": "shx rm -f public/bundle*",
"lint": "tslint --project . 'ts/**/*.ts' 'ts/**/*.tsx'",
- "watch": "webpack-dev-server --content-base public --https",
+ "watch_without_deps": "webpack-dev-server --content-base public --https",
"deploy_dogfood": "npm run build; aws s3 sync ./public/. s3://dogfood.0xproject.com --profile 0xproject --region us-east-1 --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers",
"deploy_staging": "npm run build; aws s3 sync ./public/. s3://staging-0xproject --profile 0xproject --region us-east-1 --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers",
"deploy_live": "npm run build; aws s3 sync ./public/. s3://0xproject.com --profile 0xproject --region us-east-1 --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers"