1
Fork 0
driftingnebula-com/Makefile.toml

19 lines
302 B
Makefile
Raw Normal View History

2024-03-02 12:32:21 +00:00
[tasks.dev]
clear = true
command = "bunx"
args = ["--bun", "astro", "dev"]
2024-03-02 12:35:08 +00:00
[tasks.lint]
clear = true
dependencies = ["lint-ts", "lint-scss"]
[tasks.lint-ts]
clear = true
command = "bunx"
args = ["xo"]
[tasks.lint-scss]
clear = true
command = "bunx"
args = ["--bun", "stylelint", "source/**/*.scss"]