Skip to content

Commit

Permalink
feat(workspace): Add aliases in root justfile
Browse files Browse the repository at this point in the history
## Overview

Adds a few aliases in the root just file for common commands used in
local development.
  • Loading branch information
clabby committed May 29, 2024
1 parent b8a06c2 commit 3acc04b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
set positional-arguments
alias t := tests
alias l := lint
alias ln := lint-native
alias fmt := fmt-native-fix
alias b := build

# default recipe to display help information
default:
Expand Down

0 comments on commit 3acc04b

Please sign in to comment.