fix(ci): allow build scripts for esbuild, sharp, workerd via pnpm onlyBuiltDependencies

This commit is contained in:
2026-05-13 10:34:07 +07:00
parent 68028d8733
commit 6ba2a49212
+3
View File
@@ -12,6 +12,9 @@
"deploy": "wrangler deploy",
"test": "vitest run"
},
"pnpm": {
"onlyBuiltDependencies": ["esbuild", "sharp", "workerd"]
},
"devDependencies": {
"wrangler": "^4.0.0",
"vitest": "^2.0.0",