From 5c8c6a18cb18e3fb6e99a7d004d7284bddf1a27b Mon Sep 17 00:00:00 2001 From: ev1stensberg Date: Fri, 7 Jun 2019 12:52:38 +0200 Subject: [PATCH] misc: add lerna publish cmnd --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 6ca811ca447..4b2fb850763 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,8 @@ "test:ci": "nyc jest --maxWorkers=$(nproc) --reporters=default --reporters=jest-junit", "travis:integration": "npm run build && npm run test && npm run reportCoverage", "travis:lint": "npm run build && npm run lint", - "watch": "npm run build && tsc -w" + "watch": "npm run build && tsc -w", + "publish:monorepo": "lerna publish -m \"chore: monorepo version update\"" }, "husky": { "hooks": {