From baf4af2a168ae8c6edc9081eaa0b7913f18873c6 Mon Sep 17 00:00:00 2001 From: huanhuanwa <2323666215@qq.com> Date: Tue, 16 Jul 2024 10:26:37 +0800 Subject: [PATCH] build: fix error --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index eb1c2a7f..41dd2fa6 100644 --- a/package.json +++ b/package.json @@ -15,10 +15,9 @@ "release-next-manual": "npm run build && wpm release --release-branch-format release-next-v{{version}}", "watch": "ng build --watch --configuration development", "pub": "wpm publish && npm run pub-only", - "pub-only": "cd dist/grid && npm publish", + "pub-only": "cd dist/grid && npm publish --access=public", "test": "ng test grid" }, - "private": true, "repository": { "type": "git", "url": "https://github.com/worktile/ai-table"