We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e27c8c commit 0f3e736Copy full SHA for 0f3e736
package.json
@@ -4,7 +4,7 @@
4
"main": "dist/index.js",
5
"scripts": {
6
"build": "tsup",
7
- "test": "vitest run && tsc",
+ "test": "vitest run && tsc && prettier --check . && eslint .",
8
"format": "prettier --write . && eslint --fix ."
9
},
10
"bin": {
0 commit comments