Browse Source

Update package.json

Make build easy in dev mode: npm run hestia
A.O 2 years ago
parent
commit
63174bb249
1 changed files with 2 additions and 1 deletions
  1. 2 1
      package.json

+ 2 - 1
package.json

@@ -16,7 +16,8 @@
 		"lint-staged": "lint-staged",
 		"lint-staged": "lint-staged",
 		"format": "prettier --cache --write .",
 		"format": "prettier --cache --write .",
 		"preinstall": "npx only-allow npm",
 		"preinstall": "npx only-allow npm",
-		"prepare": "husky"
+		"prepare": "husky",
+		"hestia": "cd src && ./hst_autocompile.sh --hestia --install '~localsrc'"
 	},
 	},
 	"dependencies": {
 	"dependencies": {
 		"@alpinejs/collapse": "^3.13.7",
 		"@alpinejs/collapse": "^3.13.7",