Skip to content

Commit 70c5b52

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

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,12 @@
129129
"ts-api-utils": "^2.0.1",
130130
"typedarray": "npm:@socketregistry/typedarray@^1.0.5",
131131
"typescript": "5.8.1-rc"
132-
}
132+
},
133+
"onlyBuiltDependencies": [
134+
"@swc/core",
135+
"esbuild",
136+
"lefthook",
137+
"nx"
138+
]
133139
}
134140
}

0 commit comments

Comments
 (0)