diff options
| author | Fabio Berger <me@fabioberger.com> | 2018-03-20 20:00:22 +0800 | 
|---|---|---|
| committer | Fabio Berger <me@fabioberger.com> | 2018-03-20 20:00:22 +0800 | 
| commit | db8be4a66eeb9b3ae51da01291b0bf86a92c6e3f (patch) | |
| tree | 6c703b78964bcf3eb475cd066babbf8bbc3db153 /packages/json-schemas/package.json | |
| parent | 2f7c19e80d31cbcc09c6e87841682e8f35f0ecd5 (diff) | |
| download | dexon-sol-tools-db8be4a66eeb9b3ae51da01291b0bf86a92c6e3f.tar.gz dexon-sol-tools-db8be4a66eeb9b3ae51da01291b0bf86a92c6e3f.tar.zst dexon-sol-tools-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/json-schemas/package.json')
| -rw-r--r-- | packages/json-schemas/package.json | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/packages/json-schemas/package.json b/packages/json-schemas/package.json index 1d40eb749..1266f964b 100644 --- a/packages/json-schemas/package.json +++ b/packages/json-schemas/package.json @@ -14,7 +14,7 @@          "run_mocha": "mocha lib/test/**/*_test.js",          "clean": "shx rm -rf lib test_temp scripts",          "build": "tsc && copyfiles -u 3 './lib/src/monorepo_scripts/**/*' ./scripts", -        "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"      }, | 
