We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d632fcb + ea1dfba commit 55fae2cCopy full SHA for 55fae2c
.gitignore
@@ -26,3 +26,4 @@ _site/
26
.jekyll-cache
27
.jekyll-metadata
28
vendor
29
+.npmrc
Makefile
@@ -202,3 +202,8 @@ aws-login:
202
203
cfn-guard:
204
./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