No need to check on deploys, thats for local dev or non-deploy ci
All checks were successful
Deploy to Web Server / deploy (push) Successful in 3m34s
All checks were successful
Deploy to Web Server / deploy (push) Successful in 3m34s
This commit is contained in:
parent
31037308e8
commit
bb7bcc59a8
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"build": "astro check && astro build && ./compress-images.sh",
|
||||
"build-action": "astro check && astro build",
|
||||
"build-action": "astro build",
|
||||
"preview": "astro preview",
|
||||
"astro": "astro"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue