Skip to content

Commit ec5a01f

Browse files
committed
single test run without watch
1 parent 2d42275 commit ec5a01f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"src/"
2929
],
3030
"scripts": {
31-
"test": "npx -y rome check . && vitest",
32-
"tdd": "vitest watch",
31+
"test": "npx -y rome check . && vitest run",
32+
"tdd": "vitest",
3333
"fix": "npx -y rome format . --write",
3434
"publish:dev": "npx -y np prerelease --tag=next --any-branch --no-release-draft",
3535
"publish:patch": "npx -y np patch",

0 commit comments

Comments
 (0)