chore: fix patch:build:deploy script
This commit is contained in:
parent
7f64bf9796
commit
440c663751
1 changed files with 1 additions and 1 deletions
|
|
@ -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/",
|
||||
|
|
|
|||
Loading…
Reference in a new issue