Skip to content

Commit da868bb

Browse files
committed
Fix husky not installing
1 parent 41eabdc commit da868bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "hestia",
3+
"private": true,
34
"version": "1.7.0-alpha",
45
"description": "An open-source Linux web server control panel.",
56
"repository": "https://github.com/hestiacp/hestiacp",
@@ -9,7 +10,7 @@
910
"lint": "prettier --check . && eslint web/js/ && stylelint web/css/src/themes/*.css",
1011
"lint-staged": "lint-staged",
1112
"format": "prettier --write .",
12-
"prepare": "husky install"
13+
"postinstall": "husky install"
1314
},
1415
"dependencies": {
1516
"@fortawesome/fontawesome-free": "^6.2.1",

0 commit comments

Comments
 (0)