Skip to content

Commit

Permalink
Fix build command
Browse files Browse the repository at this point in the history
  • Loading branch information
nhairs committed Jan 27, 2024
1 parent 739e3c0 commit 8c771c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

build: .venv/deps
rm -rf ./dist/
.venv/bin/build .
.venv/bin/python -m build

# only works with python 3+
lint: .venv/deps
Expand Down

0 comments on commit 8c771c8

Please sign in to comment.