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 52a8f6c commit 1672a66Copy full SHA for 1672a66
apps/supervisor/package.json
@@ -8,7 +8,8 @@
8
"build": "tsc",
9
"dev": "tsx --require dotenv/config --watch src/index.ts || (echo '!! Remember to run: nvm use'; exit 1)",
10
"start": "node dist/index.js",
11
- "test:watch": "vitest",
+ "test:run": "vitest --no-file-parallelism --run",
12
+ "test:watch": "vitest --no-file-parallelism",
13
"typecheck": "tsc --noEmit"
14
},
15
"dependencies": {
0 commit comments