@@ -47,6 +47,7 @@ JSON=$(echo "$JSON" | \jq -S --tab "del(\
47
47
try .scripts.[\" lint:styles\" ] catch null,\
48
48
try .scripts.[\" lint:tsc\" ] catch null,\
49
49
try .scripts.[\" lint:types\" ] catch null,\
50
+ try .scripts.[\" precommit\" ] catch null,\
50
51
try .scripts.[\" prettier-fix\" ] catch null,\
51
52
try .scripts.[\" test:eslint-rules\" ] catch null,\
52
53
try .scripts.[\" test:fmt\" ] catch null,\
@@ -60,6 +61,7 @@ JSON=$(echo "$JSON" | \jq -S --tab "del(\
60
61
try .scripts.lint catch null,\
61
62
try .scripts.nodemon catch null,\
62
63
try .scripts.package catch null,\
64
+ try .scripts.postinstall catch null,\
63
65
try .scripts.posttest catch null,\
64
66
try .scripts.prepublish catch null,\
65
67
try .scripts.pretest catch null,\
@@ -154,6 +156,7 @@ Exclude=(
154
156
" @babel/preset-typescript"
155
157
" @babel/runtime"
156
158
" @babel/traverse"
159
+ " @biomejs/biome"
157
160
" @c4312/chromehash"
158
161
" @electron-forge/cli"
159
162
" @electron-forge/maker-deb"
0 commit comments