We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9f35c9 commit 26cbffeCopy full SHA for 26cbffe
package.json
@@ -69,5 +69,5 @@
69
"p-map": "^7.0.3",
70
"picocolors": "^1.0.0"
71
},
72
- "packageManager": "pnpm@9.12.3"
+ "packageManager": "pnpm@10.5.2"
73
}
pnpm-workspace.yaml
@@ -1,3 +1,5 @@
1
packages:
2
- - '.' # https://github.com/changesets/changesets/issues/1217
3
- - 'test/fixtures'
+ - .
+ - test/fixtures
4
+onlyBuiltDependencies:
5
+ - esbuild
0 commit comments