Rework how the clean build command works.

This commit is contained in:
2021-11-16 06:37:58 -06:00
parent fed6a48332
commit 2112d1c970
3 changed files with 8 additions and 2 deletions

View File

@ -6,8 +6,8 @@ build: dist/hff-entry-forms-api.tar.gz dist/hff-entry-forms-web.tar.gz
clean:
-rm -r dist
-rm -r web/dist
-docker container prune
-docker image prune
make -C api clean
make -C web clean
update-version:
operations/update-version.sh