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/abi-gen/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'packages/abi-gen/package.json') diff --git a/packages/abi-gen/package.json b/packages/abi-gen/package.json index c5bf1fa89..4bd2d5296 100644 --- a/packages/abi-gen/package.json +++ b/packages/abi-gen/package.json @@ -8,7 +8,8 @@ "build:watch": "tsc -w", "lint": "tslint --project . 'src/**/*.ts'", "clean": "shx rm -rf lib scripts", - "build": "tsc && copyfiles -u 2 './lib/monorepo_scripts/**/*' ./scripts" + "build": "tsc && copyfiles -u 2 './lib/monorepo_scripts/**/*' ./scripts", + "manual:postpublish": "yarn build; node ./scripts/postpublish.js" }, "bin": { "abi-gen": "lib/index.js" -- cgit v1.2.3