Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
drernie committed Aug 13, 2024
1 parent 62ebdd5 commit 6f7604f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
.PHONY : help install update test lint clean build publish all

all: test

# Install project dependencies
install:
poetry install
Expand All @@ -22,7 +24,7 @@ clean:
poetry run rm -rf dist build

# Build project distribution
build:
build: lint
poetry build

# Publish project to PyPI
Expand Down

0 comments on commit 6f7604f

Please sign in to comment.