1
1
mirror of https://github.com/theoludwig/html-w3c-validator.git synced 2024-07-20 07:30:11 +02:00

fix: wrong husky config

This commit is contained in:
Théo LUDWIG 2024-02-02 17:10:44 +01:00
parent 6b28c6d224
commit 67b70feb15
Signed by: theoludwig
GPG Key ID: ADFE5A563D718F3B

View File

@ -47,7 +47,9 @@
"lint:staged": "lint-staged", "lint:staged": "lint-staged",
"test": "node --enable-source-maps --test", "test": "node --enable-source-maps --test",
"release": "semantic-release", "release": "semantic-release",
"postinstall": "husky" "postinstall": "husky",
"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable"
}, },
"dependencies": { "dependencies": {
"chalk": "5.3.0", "chalk": "5.3.0",