Skip to content

Commit

Permalink
Run tests without watch mode by default
Browse files Browse the repository at this point in the history
  • Loading branch information
dgreif committed Jan 12, 2025
1 parent b0f735c commit db46035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ring-client-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"build": "rm -rf lib && tsc --declaration && chmod +x ./lib/ring-*-cli.js && rm -rf ./lib/test",
"dev": "tsc --declaration --watch --preserveWatchOutput",
"lint": "eslint .",
"test": "vitest"
"test": "vitest run"
},
"dependencies": {
"@eneris/push-receiver": "4.3.0",
Expand Down

0 comments on commit db46035

Please sign in to comment.