From 3928f258b534e63353d83b09449be80a506b76a1 Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Fri, 27 Mar 2020 18:55:30 +0900 Subject: [PATCH] chore: fix indent --- Makefile | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index f69fcfa..6df25cc 100644 --- a/Makefile +++ b/Makefile @@ -17,20 +17,16 @@ run: .PHONY: cirun cirun: - $(DOCKER_RUN_CI) $(cmd) + $(DOCKER_RUN_CI) $(cmd) .PHONY: test test: $(DOCKER_RUN) npm test -.PHONY: commit -commit: - $(DOCKER_RUN) git commit -m "$(msg)" - .PHONY: all all: - $(DOCKER_RUN) npm run all + $(DOCKER_RUN) npm run all .PHONY: ciall ciall: - $(DOCKER_RUN_CI) npm run all + $(DOCKER_RUN_CI) npm run all