Skip to content

Commit e48d35d

Browse files
authored
chore: fix pnpm bug with version-less workspace (#13700)
1 parent 70f0659 commit e48d35d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

packages/vite/src/types/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"//": "this file is just here to make pnpm happy with --frozen-lockfile"
2+
"//": "this file is just here to make pnpm happy with --frozen-lockfile",
3+
"version": "0.0.0"
34
}

packages/vite/types/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"//": "this file is here to make typescript happy when moduleResolution=node16+"
2+
"//": "this file is here to make typescript happy when moduleResolution=node16+",
3+
"version": "0.0.0"
34
}

0 commit comments

Comments
 (0)