aboutsummaryrefslogtreecommitdiffstats
path: root/packages/deployer
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-03-20 20:00:22 +0800
committerFabio Berger <me@fabioberger.com>2018-03-20 20:00:22 +0800
commitdb8be4a66eeb9b3ae51da01291b0bf86a92c6e3f (patch)
tree6c703b78964bcf3eb475cd066babbf8bbc3db153 /packages/deployer
parent2f7c19e80d31cbcc09c6e87841682e8f35f0ecd5 (diff)
downloaddexon-0x-contracts-db8be4a66eeb9b3ae51da01291b0bf86a92c6e3f.tar
dexon-0x-contracts-db8be4a66eeb9b3ae51da01291b0bf86a92c6e3f.tar.gz
dexon-0x-contracts-db8be4a66eeb9b3ae51da01291b0bf86a92c6e3f.tar.bz2
dexon-0x-contracts-db8be4a66eeb9b3ae51da01291b0bf86a92c6e3f.tar.lz
dexon-0x-contracts-db8be4a66eeb9b3ae51da01291b0bf86a92c6e3f.tar.xz
dexon-0x-contracts-db8be4a66eeb9b3ae51da01291b0bf86a92c6e3f.tar.zst
dexon-0x-contracts-db8be4a66eeb9b3ae51da01291b0bf86a92c6e3f.zip
Rename `stagedocs.ts` file to `stage_docs.ts` in keeping with our file naming conventions. `postpublish.ts` is the only exception and this is because it is dictated by Lerna
Diffstat (limited to 'packages/deployer')
-rw-r--r--packages/deployer/package.json2
-rw-r--r--packages/deployer/src/monorepo_scripts/stage_docs.ts (renamed from packages/deployer/src/monorepo_scripts/stagedocs.ts)0
2 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"
},
diff --git a/packages/deployer/src/monorepo_scripts/stagedocs.ts b/packages/deployer/src/monorepo_scripts/stage_docs.ts
index e732ac8eb..e732ac8eb 100644
--- a/packages/deployer/src/monorepo_scripts/stagedocs.ts
+++ b/packages/deployer/src/monorepo_scripts/stage_docs.ts