From ba943ab93a60520081bcfda161973d7a872ced39 Mon Sep 17 00:00:00 2001 From: zhaojinfeng <121016171@qq.com> Date: Tue, 18 Jul 2023 11:22:59 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=8E=A8=E9=80=81=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .npmrc | 1 + package.json | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 .npmrc diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..2717c07 --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +//gitea.thzxcx.com/api/packages/thzxcx/npm/:_authToken=${NPM_CONFIG_TOKEN} diff --git a/package.json b/package.json index bfaab60..488b562 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,9 @@ "lib", "until" ], + "publishConfig": { + "registry": "https://gitea.thzxcx.com/api/packages/thzxcx/npm/" + }, "scripts": { "dev": "storybook dev -p 6006", "lint": "eslint .",