From 61c3f07aacc9b3aade30f77035cfe33fc3ecef41 Mon Sep 17 00:00:00 2001 From: devitway Date: Sun, 15 Mar 2026 19:49:54 +0000 Subject: [PATCH] fix: add npm auth token for integration test publish --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a4b573f..0563079 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -136,6 +136,7 @@ jobs: # -- npm publish/install -- - name: npm — publish and install package run: | + echo "//localhost:4000/npm/:_authToken=integration-test" > ~/.npmrc mkdir -p /tmp/test-pkg && cd /tmp/test-pkg echo '{"name":"nora-integration-test","version":"1.0.0","description":"test"}' > package.json echo "module.exports = true;" > index.js