Add a build task.
This commit is contained in:
parent
07e9a0b6b2
commit
e2fc2ac6e8
|
@ -1,3 +1,8 @@
|
||||||
|
[tasks.build]
|
||||||
|
clear = true
|
||||||
|
command = "bun"
|
||||||
|
args = ["--bun", "astro", "build"]
|
||||||
|
|
||||||
[tasks.dev]
|
[tasks.dev]
|
||||||
clear = true
|
clear = true
|
||||||
command = "bun"
|
command = "bun"
|
||||||
|
|
Loading…
Reference in New Issue