Skip to content

Commit 38499cf

Browse files
committed
Allow install scripts for specific dependencies
1 parent 9680549 commit 38499cf

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

package.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@
4141
"pnpm": {
4242
"patchedDependencies": {
4343
"@wordpress/dataviews": ".pnpm-patches/@[email protected]"
44-
}
44+
},
45+
"onlyBuiltDependencies": [
46+
"@swc/core",
47+
"core-js",
48+
"esbuild",
49+
"svelte-preprocess",
50+
"swiper"
51+
]
4552
}
4653
}

0 commit comments

Comments
 (0)