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/react-shared/CHANGELOG.json | 3 ++- packages/react-shared/package.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'packages/react-shared') diff --git a/packages/react-shared/CHANGELOG.json b/packages/react-shared/CHANGELOG.json index 4fb786e70..248b740bc 100644 --- a/packages/react-shared/CHANGELOG.json +++ b/packages/react-shared/CHANGELOG.json @@ -13,6 +13,7 @@ "note": "Reorganized colors and added new ones" } ], - "timestamp": 1522658513 + "timestamp": 1522658513, + "isPublished": true } ] diff --git a/packages/react-shared/package.json b/packages/react-shared/package.json index 1313701d1..3a6d6a24e 100644 --- a/packages/react-shared/package.json +++ b/packages/react-shared/package.json @@ -8,7 +8,8 @@ "lint": "tslint --project . 'src/**/*.ts' 'src/**/*.tsx'", "build": "tsc && copyfiles -u 2 './lib/monorepo_scripts/**/*' ./scripts", "build:watch": "tsc -w", - "clean": "shx rm -rf lib scripts" + "clean": "shx rm -rf lib scripts", + "manual:postpublish": "yarn build; node ./scripts/postpublish.js" }, "author": "Fabio Berger", "license": "Apache-2.0", -- cgit v1.2.3