From dc4e554a358de3f51b490179f39c0836951691f4 Mon Sep 17 00:00:00 2001 From: MiaoWoo Date: Tue, 23 Jun 2020 15:53:24 +0800 Subject: [PATCH] feat: update script Signed-off-by: MiaoWoo --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d39b8c7c..a11caeb6 100644 --- a/package.json +++ b/package.json @@ -12,9 +12,9 @@ "build": "lerna run build --scope=\"@ccms/!(plugins)\"", "build:plugins": "lerna run build --scope=\"@ccms/plugins\"", "ug": "yarn upgrade-interactive --latest", - "np": "lerna exec \"npm publish --registry https://registry.npmjs.org\" --scope=\"@ccms/!(client|plugins)\"", + "np": "lerna exec \"npm publish --access=public --registry https://registry.npmjs.org\" --scope=\"@ccms/!(client|plugins)\"", "lsp": "npm login --registry=https://registry.npmjs.org --scope=@ccms", - "lp": "lerna publish" + "lp": "lerna publish --access=public --registry https://registry.npmjs.org" }, "workspaces": [ "packages/*"