mirror of https://github.com/mastodon/mastodon
Fix Husky git hooks not being installed anymore (#31435)
This commit is contained in:
parent
99051479c1
commit
40f6631ac9
|
@ -23,7 +23,7 @@
|
|||
"lint:css": "stylelint \"**/*.{css,scss}\"",
|
||||
"lint": "yarn lint:js && yarn lint:css",
|
||||
"postversion": "git push --tags",
|
||||
"prepare": "husky",
|
||||
"postinstall": "test -d node_modules/husky && husky || echo \"husky is not installed\"",
|
||||
"start": "node ./streaming/index.js",
|
||||
"test": "yarn lint && yarn run typecheck && yarn jest",
|
||||
"typecheck": "tsc --noEmit"
|
||||
|
|
Loading…
Reference in New Issue