Skip to content

Commit

Permalink
Force assets removal (#519)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafiramadhana authored Jan 2, 2024
1 parent 41ca155 commit 33f0cf9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ build-ui:
@cd ui; \
yarn && yarn build

@rm ./service/frontend/assets/*.js
@rm ./service/frontend/assets/*.woff
@rm ./service/frontend/assets/*.woff2
@rm -f ./service/frontend/assets/*.js
@rm -f ./service/frontend/assets/*.woff
@rm -f ./service/frontend/assets/*.woff2

@cp ui/dist/*.js ./service/frontend/assets/
@cp ui/dist/*.woff ./service/frontend/assets/
Expand Down

0 comments on commit 33f0cf9

Please sign in to comment.