Skip to content

Commit 9302031

Browse files
chore: updated npm and yarn config to use the new package repository
1 parent 15ccacc commit 9302031

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.npmrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
always-auth=true
2+
registry=https://appfolio-ecr-195334327833.d.codeartifact.us-west-2.amazonaws.com/npm/appfolio-repo/
3+
//appfolio-ecr-195334327833.d.codeartifact.us-west-2.amazonaws.com/npm/appfolio-repo/:_authToken=${CODEARTIFACT_AUTH_TOKEN}

.yarnrc.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
nodeLinker: node-modules
2-
32
plugins:
43
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
54
spec: "@yarnpkg/plugin-version"
6-
75
yarnPath: .yarn/releases/yarn-3.2.2.cjs
6+
npmRegistryServer: https://appfolio-ecr-195334327833.d.codeartifact.us-west-2.amazonaws.com/npm/appfolio-repo/
7+
npmAlwaysAuth: true
8+
enableTelemetry: false
9+
npmAuthToken: ${CODEARTIFACT_AUTH_TOKEN}

0 commit comments

Comments
 (0)