We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c678cf1 commit 9e754e2Copy full SHA for 9e754e2
1 file changed
pnpm-workspace.yaml
@@ -90,12 +90,13 @@ catalog:
90
# undici-types: 6.20.0
91
# vitepress>vite: 7.3.1
92
93
-onlyBuiltDependencies:
94
- - core-js
95
- - esbuild
96
- - simple-git-hooks
97
- - typescript
98
- - vite
99
- - vitest
100
- - vue
101
- - vue-tsc
+# pnpm ≥10.26 / v11:用 allowBuilds 显式允许依赖的 install 脚本(替代已移除的 onlyBuiltDependencies)
+allowBuilds:
+ core-js: true
+ esbuild: true
+ simple-git-hooks: true
+ typescript: true
+ vite: true
+ vitest: true
+ vue: true
102
+ vue-tsc: true
0 commit comments