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 2d42275 commit ec5a01fCopy full SHA for ec5a01f
package.json
@@ -28,8 +28,8 @@
28
"src/"
29
],
30
"scripts": {
31
- "test": "npx -y rome check . && vitest",
32
- "tdd": "vitest watch",
+ "test": "npx -y rome check . && vitest run",
+ "tdd": "vitest",
33
"fix": "npx -y rome format . --write",
34
"publish:dev": "npx -y np prerelease --tag=next --any-branch --no-release-draft",
35
"publish:patch": "npx -y np patch",
0 commit comments