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",