Skip to content

Commit

Permalink
npmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielKag committed Jan 28, 2025
1 parent 23b7ad5 commit 94b6288
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
- name: Install dependencies
run: yarn install

- name: Set registry
run: npm config set //registry.npmjs.org/:_authToken=$NPM_AUTH_TOKEN
# - name: Set registry
# run: npm config set //registry.npmjs.org/:_authToken=$NPM_AUTH_TOKEN

- name: Build package
run: |
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
//registry.npmjs.org/:_authToken=${NPM_AUTH_TOKEN}

0 comments on commit 94b6288

Please sign in to comment.