chore: pnpm approve cypress build

This commit is contained in:
Mathieu Schimmerling
2025-04-23 00:53:47 +02:00
parent 692ae475d9
commit 3bfcd3610e

View File

@@ -90,5 +90,11 @@
},
"lint-staged": {
"*.{js,jsx,ts,tsx,svelte,vue,html,md,css,hbs}": "prettier --cache --write"
},
"pnpm": {
"onlyBuiltDependencies": [
"cypress",
"esbuild"
]
}
}