From e0f60673f1f1e3f7eb66b1dc29ebfc5021085b10 Mon Sep 17 00:00:00 2001 From: codemountains Date: Thu, 25 Jun 2026 15:42:26 +0900 Subject: [PATCH 1/2] chore: Add custom registry URL --- .npmrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.npmrc b/.npmrc index d13caea..386267f 100644 --- a/.npmrc +++ b/.npmrc @@ -1,2 +1,3 @@ engine-strict=true min-release-age=7 +registry=https://npm.flatt.tech From 698e8eadd313c455a44f76f1d997effcccea778e Mon Sep 17 00:00:00 2001 From: codemountains Date: Thu, 25 Jun 2026 15:55:07 +0900 Subject: [PATCH 2/2] chore: Update npm publish command to use official registry --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c27e118..3cfc953 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 + - run: npm publish --registry=https://registry.npmjs.org