Skip to content

Commit f502ba4

Browse files
committed
build: add onlyBuiltDependencies to pnpm config
1 parent 280ebaf commit f502ba4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,12 @@
115115
"node": ">=18.18.0"
116116
},
117117
"pnpm": {
118+
"onlyBuiltDependencies": [
119+
"@swc/core",
120+
"esbuild",
121+
"lefthook",
122+
"nx"
123+
],
118124
"overrides": {
119125
"@types/react": "^19.0.10",
120126
"@types/react-dom": "^19.0.4",

0 commit comments

Comments
 (0)