We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
lint
1 parent 24d02be commit 319b6a2Copy full SHA for 319b6a2
justfile
@@ -3,6 +3,7 @@
3
shebang := if os() == 'windows' { 'powershell.exe' } else { '/usr/bin/sh' }
4
5
alias d := dev
6
+alias l := lint
7
alias t := test
8
9
# List available commands.
0 commit comments