Skip to content

Commit d52bd1d

Browse files
authored
NO-JIRA: add --verbose flag to pipenv lock command in Makefile (#1217)
1 parent ae194dd commit d52bd1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ refresh-pipfilelock-files:
431431
echo "Updating $(PYTHON_VERSION) Pipfile.lock in $$dir"
432432
cd $$dir
433433
if [ -f "Pipfile" ]; then
434-
pipenv lock
434+
pipenv lock --verbose
435435
else
436436
echo "No Pipfile found in $$dir, skipping."
437437
fi

0 commit comments

Comments
 (0)