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