From d7897a1192c8aa9972f0df3ac13febe3e4b9b3ce Mon Sep 17 00:00:00 2001 From: Jay Danielsen Date: Fri, 30 Aug 2024 09:18:16 -0400 Subject: [PATCH] add scope arg --- .github/workflows/node-package-pipeline.yaml | 2 ++ .npmrc | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) delete mode 100644 .npmrc diff --git a/.github/workflows/node-package-pipeline.yaml b/.github/workflows/node-package-pipeline.yaml index 3b4327d..31940a2 100644 --- a/.github/workflows/node-package-pipeline.yaml +++ b/.github/workflows/node-package-pipeline.yaml @@ -29,6 +29,8 @@ jobs: with: node-version: 20 registry-url: https://artifactory.brandwatch.com/artifactory/api/npm/npm/ + scope: @brandwatch + always-auth: true - run: npm ci - run: npm publish env: diff --git a/.npmrc b/.npmrc deleted file mode 100644 index 77e61a4..0000000 --- a/.npmrc +++ /dev/null @@ -1 +0,0 @@ -@brandwatch:registry=https://artifactory.brandwatch.com/artifactory/api/npm/npm/