Skip to content

Commit c05cc83

Browse files
wass3rEmmanuel Meinen
authored and
Emmanuel Meinen
committed
build(make): change order of clean cmds (#60)
1 parent cb7a651 commit c05cc83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ compose-down:
3838
.PHONY: clean
3939
clean:
4040
@echo "cleaning crew, coming through..."
41-
@rm -rf ./{elm-stuff,node_modules}
4241
@npm run clean
42+
@rm -rf ./{elm-stuff,node_modules}
4343
@echo "nice and shiny; don't forget to run 'npm install'"
4444

4545
.PHONY: build
@@ -57,4 +57,4 @@ test:
5757

5858
.PHONY: format
5959
format:
60-
@elm-format --yes src/ tests/
60+
@elm-format --yes src/ tests/

0 commit comments

Comments
 (0)