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

This commit is contained in:
Aria 2025-05-11 21:42:06 +10:00
parent 31037308e8
commit bb7bcc59a8
Signed by: aria
GPG key ID: 19AB7AA462B8AB3B

View file

@ -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"
},