How did I forget to fix this.

This commit is contained in:
Toastie 2025-03-30 20:28:21 +13:00
parent 8dbad779ae
commit 4df0f85487
Signed by: toastie_t0ast
GPG key ID: 0861BE54AD481DC7

View file

@ -5,7 +5,7 @@
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},