Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Baldwin committed Sep 22, 2023
1 parent 2c6b7a5 commit 6e58043
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ test:
build:
rm -f dist/* && python3 -m pip install --upgrade build && python3 -m build .

frontend_build:
cd dashboard && rm -rf dist && yarn && yarn build

release: build
twine upload dist/*

Expand Down

0 comments on commit 6e58043

Please sign in to comment.