Skip to content

Commit

Permalink
fixup! chore: set safer bash config
Browse files Browse the repository at this point in the history
  • Loading branch information
madwort committed Aug 30, 2023
1 parent eccf6d6 commit 752a853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ package-test type: package-build
$VENV/bin/local_run --help

# check we haven't packaged tests with it
unzip -Z -1 dist/*.whl | grep -vq "^tests/" || exit 1
unzip -Z -1 dist/*.whl | grep -v "^tests/"

# clean up after ourselves
rm -rf $VENV
Expand Down

0 comments on commit 752a853

Please sign in to comment.