aboutsummaryrefslogtreecommitdiffstats
path: root/packages/deployer/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/deployer/package.json')
-rw-r--r--packages/deployer/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/deployer/package.json b/packages/deployer/package.json
index 304edbc9e..f44e803eb 100644
--- a/packages/deployer/package.json
+++ b/packages/deployer/package.json
@@ -15,7 +15,7 @@
"migrate": "npm run build; node lib/src/cli.js migrate",
"lint": "tslint --project . 'src/**/*.ts' 'test/**/*.ts'",
"test:circleci": "yarn test:coverage",
- "docs:stage": "yarn build && node ./scripts/stagedocs.js",
+ "docs:stage": "yarn build && node ./scripts/stage_docs.js",
"docs:json": "typedoc --excludePrivate --excludeExternals --target ES5 --json $JSON_FILE_PATH $PROJECT_FILES",
"upload_docs_json": "aws s3 cp generated_docs/index.json $S3_URL --profile 0xproject --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers --content-type application/json"
},