Skip to content

Commit df2c67b

Browse files
committed
chore: configure allowed postinstall scripts
1 parent 69fd773 commit df2c67b

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

package.json

+10-1
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,15 @@
8787
"pnpm": {
8888
"overrides": {
8989
"@vitejs/plugin-vue": "workspace:*"
90-
}
90+
},
91+
"ignoredBuiltDependencies": [
92+
"@parcel/watcher",
93+
"core-js",
94+
"esbuild"
95+
],
96+
"onlyBuiltDependencies": [
97+
"playwright-chromium",
98+
"simple-git-hooks"
99+
]
91100
}
92101
}

0 commit comments

Comments
 (0)