Skip to content

Commit 6cb85c3

Browse files
committed
add test
1 parent 3fae8f6 commit 6cb85c3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ node_modules: package-lock.json
55
.PHONY: deps
66
deps: node_modules
77

8+
.PHONY: test
9+
test: lint
10+
811
.PHONY: lint
912
lint: node_modules
1013
npx eslint --color .

0 commit comments

Comments
 (0)