Auto deploy from git.aria.coffee
Some checks are pending
Deploy to Web Server / deploy (push) Waiting to run

This commit is contained in:
Aria 2025-05-11 21:01:53 +10:00
parent 2826325d8c
commit 02a267bfd6
Signed by: aria
GPG key ID: 19AB7AA462B8AB3B
2 changed files with 57 additions and 0 deletions

View file

@ -5,6 +5,7 @@
"scripts": {
"dev": "astro dev",
"build": "astro check && astro build && ./compress-images.sh",
"build-action": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},