From 3f26bee8dab5b649a7750e6fab88545da37c0d2b Mon Sep 17 00:00:00 2001 From: codemountains Date: Fri, 26 Jun 2026 16:16:59 +0900 Subject: [PATCH] chore: Add publishConfig to package.json --- .github/workflows/release.yml | 2 +- package.json | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3cfc953..c27e118 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,4 +25,4 @@ jobs: npm run typecheck npm run test npm run build - - run: npm publish --registry=https://registry.npmjs.org + - run: npm publish diff --git a/package.json b/package.json index 98cf2e9..fa3aadc 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,9 @@ "files": [ "dist" ], + "publishConfig": { + "registry": "https://registry.npmjs.org" + }, "dependencies": { "async-retry": "^1.3.3" },