chore: fix patch:build:deploy script

This commit is contained in:
ayo 2026-03-26 17:43:42 +01:00
parent 7f64bf9796
commit 440c663751

View file

@ -13,7 +13,7 @@
"format": "prettier . --write",
"check": "npm run format && npm run lint",
"deploy": "eval $(grep '^HOST' .env) && scp -r dist ayo@$HOST:~/ayco.io-flask",
"patch:build:deploy": "npm run patch && npm run build && npm run deploy",
"patch:build:deploy": "npm version patch && npm run build && npm run deploy",
"build:preview": "npm run build && astro preview",
"build:deploy": "npm run build && npm run deploy",
"copy:dist": "npm run build && cp -R dist ../ayco.io-flask/",