Skip to content

Commit

Permalink
chore: don't use local vite for vitest for now
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Oct 22, 2024
1 parent c8ab916 commit 7ebc958
Show file tree
Hide file tree
Showing 2 changed files with 301 additions and 7 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@
"packageManager": "pnpm@9.12.2",
"pnpm": {
"overrides": {
"vite": "workspace:*"
"vite": "workspace:*",
"vitest>vite": "^5.4.9"
},
"patchedDependencies": {
"chokidar@3.6.0": "patches/chokidar@3.6.0.patch",
Expand Down
Loading

0 comments on commit 7ebc958

Please sign in to comment.