chore: fix indent
This commit is contained in:
parent
f5ec9e9038
commit
3928f258b5
1 changed files with 3 additions and 7 deletions
10
Makefile
10
Makefile
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue