mirror of
https://git.aria.coffee/BuyMyAria/aria.coffee.git
synced 2025-06-15 12:59:55 +00:00
Setup auto-image compression on build
This commit is contained in:
parent
627b43c7c4
commit
803efaa69e
2 changed files with 18 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
"version": "0.0.1",
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"build": "astro build",
|
||||
"build": "astro check && ./compress-images.sh && astro build",
|
||||
"preview": "astro preview",
|
||||
"astro": "astro"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue