add pre-push deploy

This commit is contained in:
Zvonimir Rudinski
2024-07-07 04:22:45 +02:00
parent c27d980ee7
commit 5a4fac801a
3 changed files with 22 additions and 3 deletions

View File

@@ -8,7 +8,8 @@
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"deploy": "sh deploy.sh"
"deploy": "sh deploy.sh",
"prepare": "husky"
},
"dependencies": {
"@astrojs/check": "^0.5.9",
@@ -25,6 +26,7 @@
"@iconify-json/logos": "^1.1.42",
"@iconify-json/mdi": "^1.1.64",
"@iconify-json/skill-icons": "^1.1.8",
"@iconify-json/vscode-icons": "^1.1.33"
"@iconify-json/vscode-icons": "^1.1.33",
"husky": "^9.0.11"
}
}