Skip to content

Commit

Permalink
clean before build
Browse files Browse the repository at this point in the history
  • Loading branch information
mdipierro committed Jul 28, 2023
1 parent 3f9c431 commit aba459d
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 @@ -34,7 +34,7 @@ upgrade-utils:
upgrade-vue:
curl -L https://unpkg.com/vue/dist/vue.min.js > apps/_dashboard/static/js/vue.min.js
find apps -name "vue.min.js" -exec cp apps/_dashboard/static/js/vue.min.js {} \;
build: assets
build: clean assets
python3 -m pip install --upgrade build
python3 -m pip install --upgrade twine
python3 -m build
Expand Down

0 comments on commit aba459d

Please sign in to comment.