Skip to content

Commit f80c86c

Browse files
committed
*(chore) Fix husky install script
1 parent 7b6cc0f commit f80c86c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"lint": "ng lint",
1313
"e2e": "ng e2e",
1414
"prettier": "prettier --write \"**/**/*.{css,html,ts}\"",
15-
"prepare": "husky install"
15+
"prepare": "husky"
1616
},
1717
"dependencies": {
1818
"@angular/animations": "^17.3.12",

0 commit comments

Comments
 (0)