Skip to content

Commit b3ce48a

Browse files
committed
chore: add npmrc file
1 parent 69a92ea commit b3ce48a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/release.yml

-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ jobs:
2020
uses: actions/setup-node@v4
2121
with:
2222
node-version: 20.x
23-
registry-url: 'https://npm.pkg.github.com'
24-
scope: '@usdigitalresponse'
2523
- name: Install dependencies
2624
run: npm i
2725
- name: Build package

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@usdigitalresponse:registry=https://npm.pkg.github.com

0 commit comments

Comments
 (0)