Skip to content

Commit

Permalink
due to change in pnpm@v9, set up .npmrc to link workspace packages ex…
Browse files Browse the repository at this point in the history
…plicitly
  • Loading branch information
adamjsawicki committed Dec 8, 2024
1 parent 976eace commit c2b234c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Set up .npmrc
run: 'echo 'link-workspace-packages=true' > .npmrc'

- id: "git-setup"
name: Set up Git
run: |
Expand Down

0 comments on commit c2b234c

Please sign in to comment.