Skip to content

Commit 33a4e12

Browse files
committed
add lint
1 parent 990519c commit 33a4e12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ lint: node_modules
1010
npx eslint --color .
1111

1212
.PHONY: test
13-
test: node_modules
13+
test: lint node_modules
1414
npx vitest
1515

1616
.PHONY: publish

0 commit comments

Comments
 (0)