1
Fork 0

Use bun directly.

This commit is contained in:
Bauke 2024-03-02 13:57:37 +01:00
parent 888a03489b
commit 1261562043
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[tasks.dev]
clear = true
command = "bunx"
command = "bun"
args = ["--bun", "astro", "dev"]
[tasks.lint]
@ -9,10 +9,10 @@ dependencies = ["lint-ts", "lint-scss"]
[tasks.lint-ts]
clear = true
command = "bunx"
command = "bun"
args = ["xo"]
[tasks.lint-scss]
clear = true
command = "bunx"
command = "bun"
args = ["--bun", "stylelint", "source/**/*.scss"]