aboutsummaryrefslogtreecommitdiffstats
path: root/packages/react-docs-example/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/react-docs-example/package.json')
-rw-r--r--packages/react-docs-example/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/react-docs-example/package.json b/packages/react-docs-example/package.json
index b6b6c6c7d..1c154d5c8 100644
--- a/packages/react-docs-example/package.json
+++ b/packages/react-docs-example/package.json
@@ -7,7 +7,7 @@
"lint": "tslint --project .",
"build": "tsc",
"build:example": "NODE_ENV=production webpack",
- "build:watch": "tsc -w",
+ "watch": "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"