We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 533328e commit c9ecd4aCopy full SHA for c9ecd4a
package.json
@@ -21,7 +21,7 @@
21
"test": "npm run lint && npm run regression",
22
"vnu-jar": "java -jar node_modules/vnu-jar/build/dist/vnu.jar --filterfile .vnurc --no-langdetect --skip-non-html aria-practices.html examples/",
23
"create-gh-project": "node ./scripts/create-gh-project.js",
24
- "postinstall": "husky install",
+ "prepare": "husky install",
25
"prepublishOnly": "pinst --disable",
26
"postpublish": "pinst --enable"
27
},
0 commit comments