Skip to content

Commit 63174bb

Browse files
authored
Update package.json
Make build easy in dev mode: npm run hestia
1 parent 2cbb329 commit 63174bb

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
@@ -16,7 +16,8 @@
1616
"lint-staged": "lint-staged",
1717
"format": "prettier --cache --write .",
1818
"preinstall": "npx only-allow npm",
19-
"prepare": "husky"
19+
"prepare": "husky",
20+
"hestia": "cd src && ./hst_autocompile.sh --hestia --install '~localsrc'"
2021
},
2122
"dependencies": {
2223
"@alpinejs/collapse": "^3.13.7",

0 commit comments

Comments
 (0)