Skip to content

Commit 82db815

Browse files
committed
chore: add a placeholder format command runner as well.
1 parent 5c22080 commit 82db815

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

justfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,6 @@ run args=default_args:
3232

3333
alias b := build
3434
build: placeholder
35+
36+
format:
37+
# could be something as `biome format --write`

0 commit comments

Comments
 (0)