Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Commit 2605290

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

justfile

Lines changed: 1 addition & 0 deletions
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)