Skip to content

Commit aa64446

Browse files
committed
chore(sync): 🔨 synced local 'justfile' with remote 'justfile'
1 parent 3e165ef commit aa64446

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

justfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,7 @@ check-commits:
2828
else
2929
echo "Not on main or haven't committed yet."
3030
fi
31+
32+
# Update all dependencies in lockfile
33+
update-deps:
34+
poetry update

0 commit comments

Comments
 (0)