Skip to content

Commit

Permalink
make: add clean step to build-js-production
Browse files Browse the repository at this point in the history
  • Loading branch information
pulsejet committed May 17, 2023
1 parent 275b75a commit 7eb442a
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 @@ -13,7 +13,7 @@ npm-update:
build-js:
npm run dev

build-js-production:
build-js-production: clean
npm run build

watch-js:
Expand Down

0 comments on commit 7eb442a

Please sign in to comment.