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/dev-utils/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'packages/dev-utils/package.json') diff --git a/packages/dev-utils/package.json b/packages/dev-utils/package.json index 7c11a5c37..e6dd95bc4 100644 --- a/packages/dev-utils/package.json +++ b/packages/dev-utils/package.json @@ -13,7 +13,8 @@ "test:coverage": "nyc npm run test --all && yarn coverage:report:lcov", "coverage:report:lcov": "nyc report --reporter=text-lcov > coverage/lcov.info", "clean": "shx rm -rf lib scripts", - "lint": "tslint --project . 'src/**/*.ts' 'test/**/*.ts'" + "lint": "tslint --project . 'src/**/*.ts' 'test/**/*.ts'", + "manual:postpublish": "yarn build; node ./scripts/postpublish.js" }, "license": "Apache-2.0", "repository": { -- cgit