aboutsummaryrefslogtreecommitdiffstats
path: root/packages/deployer
diff options
context:
space:
mode:
Diffstat (limited to 'packages/deployer')
-rw-r--r--packages/deployer/CHANGELOG.json3
-rw-r--r--packages/deployer/package.json1
2 files changed, 3 insertions, 1 deletions
diff --git a/packages/deployer/CHANGELOG.json b/packages/deployer/CHANGELOG.json
index bf8c09f5f..c06bbc887 100644
--- a/packages/deployer/CHANGELOG.json
+++ b/packages/deployer/CHANGELOG.json
@@ -7,7 +7,8 @@
"pr": 491
}
],
- "timestamp": 1522658513
+ "timestamp": 1522658513,
+ "isPublished": true
},
{
"version": "0.3.1",
diff --git a/packages/deployer/package.json b/packages/deployer/package.json
index 438c2a8d7..5a2903cd6 100644
--- a/packages/deployer/package.json
+++ b/packages/deployer/package.json
@@ -17,6 +17,7 @@
"lint": "tslint --project . 'src/**/*.ts' 'test/**/*.ts'",
"test:circleci": "yarn test:coverage",
"docs:stage": "yarn build && node ./scripts/stage_docs.js",
+ "manual:postpublish": "yarn build; node ./scripts/postpublish.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"
},