From 59c08a6b5f23f1a1525523bfd12762b1427b78b4 Mon Sep 17 00:00:00 2001 From: GuoJikun Date: Thu, 18 Jan 2024 10:15:56 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=B3=20chore:=20=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E5=8F=91=E5=B8=83=E9=A2=84=E8=A7=88script?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 524ae5c..9421dd9 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,8 @@ "type-check": "pnpm --filter @ivy-design/ce run type-check", "lint": "pnpm --filter @ivy-design/ce run lint", "format": "pnpm --filter @ivy-design/ce run format", - "publish": "pnpm --filter @ivy-design/ce publish --access --registry=https://registry.npmjs.org/" + "publish": "pnpm --filter @ivy-design/ce publish --access public --no-git-checks --registry https://registry.npmjs.org/", + "publish:preview": "pnpm --filter @ivy-design/ce publish --access public --dry-run --no-git-checks --registry https://registry.npmjs.org/" }, "keywords": [ "front-end",