We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e13242 commit 5f6970eCopy full SHA for 5f6970e
.ci/.npmrc-example
@@ -0,0 +1,4 @@
1
+scripts-prepend-node-path=true
2
+always-auth=true
3
+@yalesites-org:registry=https://npm.pkg.github.com/
4
+[email protected]
.circleci/config.yml
@@ -94,6 +94,18 @@ jobs:
94
name: setup-environment-vars
95
command: /build-tools-ci/scripts/set-environment
96
97
+ # Create theme npmrc.
98
+ - run:
99
+ name: Create .npmrc.
100
+ command: mv ./.ci/.npmrc-example ./.npmrc
101
+
102
+ # Authencate npmrc.
103
104
+ name: Authencate .npmrc.
105
+ command: |
106
+ echo "//npm.pkg.github.com/:_authToken=${GITHUB_TOKEN}" >> ./.npmrc
107
+ echo "@yalesites-org:registry=https://npm.pkg.github.com/" >> ./.npmrc
108
109
- run:
110
name: run static tests
111
command: ./.ci/test/static/run
0 commit comments