Skip to content

Commit 55fae2c

Browse files
committed
Merge branch 'main' into AEA-6037
2 parents d632fcb + ea1dfba commit 55fae2c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ _site/
2626
.jekyll-cache
2727
.jekyll-metadata
2828
vendor
29+
.npmrc

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,3 +202,8 @@ aws-login:
202202

203203
cfn-guard:
204204
./scripts/run_cfn_guard.sh
205+
206+
create-npmrc:
207+
gh auth login --scopes "read:packages"; \
208+
echo "//npm.pkg.github.com/:_authToken=$$(gh auth token)" > .npmrc
209+
echo "@nhsdigital:registry=https://npm.pkg.github.com" >> .npmrc

0 commit comments

Comments
 (0)