Only update the lock file when updating poetry depencies

This commit is contained in:
Andreas Zweili 2023-08-28 20:15:34 +02:00
parent 93731bf2c8
commit 0fb8faa4ec
1 changed files with 1 additions and 1 deletions

2
dev.sh
View File

@ -140,7 +140,7 @@ descriptions["test"]="Run the tests in the RAM DB and write a coverage report."
tasks["test"]=test
update() {
poetry update
poetry update --lock
}
descriptions["update"]="Update the dependencies."
tasks["update"]=update