Skip to content

Commit

Permalink
fix: yarnrc
Browse files Browse the repository at this point in the history
  • Loading branch information
limpbrains committed Sep 25, 2024
1 parent 6bfcdd0 commit 8ffecf5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/jest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,12 @@ jobs:
with:
node-version: 20

- name: Enable Corepack
run: corepack enable

- name: Configure npm authentication
run: |
echo "npmAuthToken: ${{ secrets.NPMJS_READ_RN_PUBKY }}" > .yarnrc.yml
echo "" >> .yarnrc.yml
echo "npmScopes:" >> .yarnrc.yml
echo " synonymdev:" >> .yarnrc.yml
echo " npmRegistryServer: https://registry.npmjs.org/" >> .yarnrc.yml
echo ' npmAuthToken: "${{ secrets.NPMJS_READ_RN_PUBKY }}"' >> .yarnrc.yml
- name: Install Node.js dependencies
run: yarn install || yarn install
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/lint-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ jobs:
with:
node-version: 20

- name: Enable Corepack
run: corepack enable

- name: Configure npm authentication
run: |
echo "npmAuthToken: ${{ secrets.NPMJS_READ_RN_PUBKY }}" > .yarnrc.yml
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/type-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ jobs:
with:
node-version: 20

- name: Enable Corepack
run: corepack enable

- name: Configure npm authentication
run: |
echo "npmAuthToken: ${{ secrets.NPMJS_READ_RN_PUBKY }}" > .yarnrc.yml
Expand Down

0 comments on commit 8ffecf5

Please sign in to comment.