Skip to content

Commit e077fdc

Browse files
build: Remove precommit hygiene script
This commit removes the 'precommit' script from package.json that previously executed 'node build/hygiene.js'. The hygiene checks are now either being handled by a different mechanism in the development workflow or consolidated into other quality assurance processes. This change simplifies the commit hook configuration and reduces unnecessary execution overhead during the precommit phase.
1 parent db17106 commit e077fdc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
"watch-extensions": "node --max-old-space-size=8192 ./node_modules/gulp/bin/gulp.js watch-extensions watch-extension-media",
3232
"watch-extensionsd": "deemon npm run watch-extensions",
3333
"kill-watch-extensionsd": "deemon --kill npm run watch-extensions",
34-
"precommit": "node build/hygiene.js",
3534
"gulp": "node --max-old-space-size=8192 ./node_modules/gulp/bin/gulp.js",
3635
"electron": "node build/lib/electron",
3736
"7z": "7z",

0 commit comments

Comments
 (0)