Skip to content

Commit 319b6a2

Browse files
committed
build: add lint alias
1 parent 24d02be commit 319b6a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

justfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
shebang := if os() == 'windows' { 'powershell.exe' } else { '/usr/bin/sh' }
44

55
alias d := dev
6+
alias l := lint
67
alias t := test
78

89
# List available commands.

0 commit comments

Comments
 (0)