chore: update version

This commit is contained in:
Ayo Ayco 2025-11-18 09:50:26 +01:00
parent 74eb4def38
commit 14b5cf7976

View file

@ -12,7 +12,8 @@
"lint": "eslint . --config eslint.config.mjs --cache",
"format": "prettier . --write",
"check": "npm run format && npm run lint",
"deploy": "eval $(grep '^HOST' .env) && scp -r dist ayo@$HOST:~/ayco.io-flask",
"predeploy": "npm version patch && npm run build",
"deploy": "npm run predeploy && eval $(grep '^HOST' .env) && scp -r dist ayo@$HOST:~/ayco.io-flask",
"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/",