From 3bf3f479f50e62673b49de09bdbdc812e1e9e476 Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Mon, 2 Apr 2018 18:46:53 +0900 Subject: Add manual postpublish command to all public packages and update CHANGELOG.json --- packages/deployer/package.json | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/deployer/package.json') 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" }, -- cgit v1.2.3