Skip to content

Commit

Permalink
single test run without watch
Browse files Browse the repository at this point in the history
  • Loading branch information
tolu committed Nov 17, 2022
1 parent 2d42275 commit ec5a01f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"src/"
],
"scripts": {
"test": "npx -y rome check . && vitest",
"tdd": "vitest watch",
"test": "npx -y rome check . && vitest run",
"tdd": "vitest",
"fix": "npx -y rome format . --write",
"publish:dev": "npx -y np prerelease --tag=next --any-branch --no-release-draft",
"publish:patch": "npx -y np patch",
Expand Down

0 comments on commit ec5a01f

Please sign in to comment.