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 b460b42 commit ca81329Copy full SHA for ca81329
package.json
@@ -11,16 +11,20 @@
11
"check": "biome check",
12
"publish:ci": "pnpm build && pnpm changeset publish",
13
"test": "vitest run",
14
- "test:ci": "vitest run --coverage"
+ "test:ci": "vitest run --coverage --passWithNoTests"
15
},
16
"devDependencies": {
17
"@changesets/cli": "2.25.0",
18
"turbo": "^2.2.3"
19
20
- "workspaces": ["packages/*"],
+ "workspaces": [
21
+ "packages/*"
22
+ ],
23
"packageManager": "[email protected]",
24
"private": true,
25
"dependencies": {
- "@biomejs/biome": "^1.9.4"
26
+ "@biomejs/biome": "^1.9.4",
27
+ "@vitest/coverage-v8": "2.1.4",
28
+ "vitest": "2.1.4"
29
}
30
0 commit comments