Skip to content

Commit 0f3e736

Browse files
committed
chore: lint as part of tests
1 parent 6e27c8c commit 0f3e736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"main": "dist/index.js",
55
"scripts": {
66
"build": "tsup",
7-
"test": "vitest run && tsc",
7+
"test": "vitest run && tsc && prettier --check . && eslint .",
88
"format": "prettier --write . && eslint --fix ."
99
},
1010
"bin": {

0 commit comments

Comments
 (0)