chore: fix indent

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

View file

@ -17,20 +17,16 @@ run:
.PHONY: cirun .PHONY: cirun
cirun: cirun:
$(DOCKER_RUN_CI) $(cmd) $(DOCKER_RUN_CI) $(cmd)
.PHONY: test .PHONY: test
test: test:
$(DOCKER_RUN) npm test $(DOCKER_RUN) npm test
.PHONY: commit
commit:
$(DOCKER_RUN) git commit -m "$(msg)"
.PHONY: all .PHONY: all
all: all:
$(DOCKER_RUN) npm run all $(DOCKER_RUN) npm run all
.PHONY: ciall .PHONY: ciall
ciall: ciall:
$(DOCKER_RUN_CI) npm run all $(DOCKER_RUN_CI) npm run all