Skip to content

Commit

Permalink
add -y option
Browse files Browse the repository at this point in the history
  • Loading branch information
mbridak committed Nov 12, 2023
1 parent 58a93da commit b6bc812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rebuild.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
pip uninstall not1mm
pip uninstall -y not1mm
rm dist/*
python3 -m build
pip install -e .
Expand Down

0 comments on commit b6bc812

Please sign in to comment.