Skip to content

Commit 1670c1c

Browse files
authored
Merge pull request #161 from tcharding/05-12-just-ulf
just: Add an alias for update-lock-files
2 parents 3ebec0f + 1f50346 commit 1670c1c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

justfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ set export
22

33
REPO_DIR := `git rev-parse --show-toplevel`
44

5+
alias ulf := update-lock-files
6+
57
default:
68
@just --list
79

0 commit comments

Comments
 (0)