From 0a8d7abf9a78bce528e31741d4643e017812616d Mon Sep 17 00:00:00 2001 From: xion Date: Mon, 31 Mar 2025 21:18:04 +0800 Subject: [PATCH] npm publish --- .npmrc | 3 +++ package.json | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 .npmrc 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