1
Fork 0

Add a build task.

This commit is contained in:
Bauke 2024-03-08 14:32:14 +01:00
parent 07e9a0b6b2
commit e2fc2ac6e8
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,8 @@
[tasks.build]
clear = true
command = "bun"
args = ["--bun", "astro", "build"]
[tasks.dev]
clear = true
command = "bun"