chore: fix indent

This commit is contained in:
peaceiris 2020-03-27 18:55:30 +09:00
parent f5ec9e9038
commit 3928f258b5

View file

@ -23,10 +23,6 @@ cirun:
test:
$(DOCKER_RUN) npm test
.PHONY: commit
commit:
$(DOCKER_RUN) git commit -m "$(msg)"
.PHONY: all
all:
$(DOCKER_RUN) npm run all