Skip to content

Commit c9ecd4a

Browse files
authored
Merge pull request #2033 from WilcoFiers/patch-2
1 parent 533328e commit c9ecd4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"test": "npm run lint && npm run regression",
2222
"vnu-jar": "java -jar node_modules/vnu-jar/build/dist/vnu.jar --filterfile .vnurc --no-langdetect --skip-non-html aria-practices.html examples/",
2323
"create-gh-project": "node ./scripts/create-gh-project.js",
24-
"postinstall": "husky install",
24+
"prepare": "husky install",
2525
"prepublishOnly": "pinst --disable",
2626
"postpublish": "pinst --enable"
2727
},

0 commit comments

Comments
 (0)