Skip to content

Commit

Permalink
build(make): change order of clean cmds (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
wass3r authored and Emmanuel Meinen committed Dec 20, 2019
1 parent cb7a651 commit c05cc83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ compose-down:
.PHONY: clean
clean:
@echo "cleaning crew, coming through..."
@rm -rf ./{elm-stuff,node_modules}
@npm run clean
@rm -rf ./{elm-stuff,node_modules}
@echo "nice and shiny; don't forget to run 'npm install'"

.PHONY: build
Expand All @@ -57,4 +57,4 @@ test:

.PHONY: format
format:
@elm-format --yes src/ tests/
@elm-format --yes src/ tests/

0 comments on commit c05cc83

Please sign in to comment.