Skip to content

Commit 01fdaf2

Browse files
committed
chore: Add new task all
1 parent 75c03d0 commit 01fdaf2

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,7 @@ test:
2121
.PHONY: commit
2222
commit:
2323
$(DOCKER_RUN) git commit -m "$(msg)"
24+
25+
.PHONY: all
26+
all:
27+
$(DOCKER_RUN) npm run all

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"npm": ">=6.14.2"
99
},
1010
"scripts": {
11+
"all": "npm run format && npm run lint && npm test",
1112
"lint": "eslint ./{src,__tests__}/**/*.ts",
1213
"lint:fix": "eslint --fix ./{src,__tests__}/**/*.ts",
1314
"test": "jest --coverage --verbose --detectOpenHandles",

0 commit comments

Comments
 (0)