Skip to content

Commit

Permalink
workaround pnpm issues
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed May 27, 2024
1 parent af2694d commit 2223412
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 9.1.3
- uses: actions/setup-node@v4
with:
node-version: 20
Expand Down
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
link-workspace-packages=true
link-workspace-packages=deep
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"vike-react-query": "link:./packages/vike-react-query/"
}
},
"packageManager": "[email protected]",
"devDependencies": {
"@biomejs/biome": "^1.6.4",
"@brillout/test-e2e": "^0.5.33",
Expand Down

0 comments on commit 2223412

Please sign in to comment.