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