Skip to content

Commit

Permalink
chore: fix pnpm bug with version-less workspace (#13700)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBarre committed Jul 3, 2023
1 parent 70f0659 commit e48d35d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/vite/src/types/package.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"//": "this file is just here to make pnpm happy with --frozen-lockfile"
"//": "this file is just here to make pnpm happy with --frozen-lockfile",
"version": "0.0.0"
}
3 changes: 2 additions & 1 deletion packages/vite/types/package.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"//": "this file is here to make typescript happy when moduleResolution=node16+"
"//": "this file is here to make typescript happy when moduleResolution=node16+",
"version": "0.0.0"
}

0 comments on commit e48d35d

Please sign in to comment.