fix(husky): wrong script for husky caused problems when installing

This commit is contained in:
Jonas Dellinger
2022-06-08 09:59:05 +02:00
parent a99fb4a22d
commit bc2bec4b83

View File

@@ -10,7 +10,7 @@
"dev": "tsc -b -w",
"prepack": "npm run build",
"test": "echo 'No tests for now!'",
"postinstall": "husky install",
"prepare": "husky install",
"commit": "git-cz"
},
"files": [