Skip to content
Snippets Groups Projects
Commit 888d14f7 authored by Tifenn Guillas's avatar Tifenn Guillas
Browse files

Update Makefile to remove dist before generate another one

parent ba7d6087
No related branches found
No related tags found
2 merge requests!100Develop,!94Resolve "Bug toastr outputs"
......@@ -55,6 +55,7 @@ report:
xdg-open var/coverage/index.html
dist:
sudo rm -rf ./dist
@docker build -t anis-node conf-dev && docker run --init -it --rm --user $(UID):$(GID) \
-v $(CURDIR):/project \
-w /project anis-node ng build --prod
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment