From eeae26384497648c2906c651f99ed286b1219911 Mon Sep 17 00:00:00 2001 From: peerless_hero Date: Thu, 13 Jul 2023 04:17:16 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E6=8E=A8=E9=80=81=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=EF=BC=9B=E6=9E=84=E5=BB=BA=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 405dbbf..df15278 100644 --- a/package.json +++ b/package.json @@ -22,13 +22,13 @@ "utils" ], "publishConfig": { - "registry": "https://gitea.thzxcx.com/api/packages/tianheng-design/npm/" + "registry": "https://gitea.thzxcx.com/api/packages/thzxcx/npm/" }, "scripts": { "dev": "storybook dev -p 6006", "lint": "eslint .", "lint:fix": "eslint . --fix", - "build": "run-p build:lib build:dts build:storybook", + "build": "echo uniapp组件库无需编译直接打包", "build:storybook": "storybook build -s static", "preview": "vite preview --outDir storybook-static", "gen": "node --loader ts-node/esm ./bin/gen.ts",