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 49ad857 commit 0a222bbCopy full SHA for 0a222bb
package.json
@@ -35,7 +35,8 @@
35
"format": "prettier --write .",
36
"format:check": "prettier --check .",
37
"type-check": "tsc --noEmit",
38
- "test": "vitest",
+ "test": "vitest run",
39
+ "test:watch": "vitest",
40
"test:coverage": "vitest --coverage",
41
"prepublishOnly": "npm run type-check && npm run lint && npm run test && npm run build"
42
},
0 commit comments