Skip to content

Commit fa86796

Browse files
committed
build: add onlyBuiltDependencies to package.json
1 parent f9b7a1e commit fa86796

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,13 @@
117117
"showDetails": true
118118
},
119119
"pnpm": {
120+
"onlyBuiltDependencies": [
121+
"@parcel/watcher",
122+
"@sentry/cli",
123+
"core-js",
124+
"es5-ext",
125+
"sharp"
126+
],
120127
"patchedDependencies": {
121128
"ketcher-standalone": "patches/ketcher-standalone.patch"
122129
}

0 commit comments

Comments
 (0)