chore: update version
This commit is contained in:
parent
74eb4def38
commit
14b5cf7976
1 changed files with 2 additions and 1 deletions
|
|
@ -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/",
|
||||
|
|
|
|||
Loading…
Reference in a new issue