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 3f5310a commit 90b0f22Copy full SHA for 90b0f22
claim-db-worker/package.json
@@ -15,7 +15,7 @@
15
"test": "vitest run --reporter=verbose",
16
"test:watch": "vitest watch",
17
"test:coverage": "vitest run --coverage",
18
- "test:clean": "vitest run --reporter=verbose"
+ "test:clean": "vitest run"
19
},
20
"dependencies": {
21
"@monaco-editor/react": "^4.7.0",
create-db/package.json
@@ -30,7 +30,7 @@
30
31
32
33
34
35
36
"@clack/prompts": "^0.11.0",
0 commit comments