Skip to content

Commit 2605290

Browse files
committed
justfile: check that lock is up-to-date before running install
1 parent 4e79dea commit 2605290

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

justfile

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ default:
55
just --list --unsorted
66

77
setup:
8+
{{ poetry }} lock --check
89
{{ poetry }} install
910

1011
lint:

0 commit comments

Comments
 (0)