diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..0a2c6cd --- /dev/null +++ b/.npmrc @@ -0,0 +1,3 @@ +//npm.xiongxiao.me/:_authToken=${ME_NPM_TOKEN} +//registry.npmjs.org/:_authToken=${NPM_TOKEN} +ignore-workspace-root-check=true \ No newline at end of file diff --git a/package.json b/package.json index bdf66ed..24edbfa 100644 --- a/package.json +++ b/package.json @@ -27,5 +27,8 @@ "devDependencies": { "clsx": "^2.1.1", "tailwind-merge": "^3.0.2" + }, + "publishConfig": { + "access": "public" } } \ No newline at end of file