From 4729c6ebfecc99aa15048151b6ffb0731e426096 Mon Sep 17 00:00:00 2001 From: Michael Shanks Date: Thu, 2 Apr 2020 19:37:53 +0100 Subject: [PATCH] package.json > script: "publishnpm" --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index ea235ae5b4..278a91a8f6 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,7 @@ "build": "lerna run build", "initialise": "lerna run initialise", "publishdev": "lerna run publishdev", + "publishnpm":"yarn build && lerna publish", "clean": "lerna clean", "dev": "lerna run --parallel --stream dev:builder", "test": "lerna run test",