Skip to content

Commit 24a407c

Browse files
chore(utils): allow empty test suite in CI to unblock workflow\n\nCo-authored-by: Jake Ruesink <jake@lambdacurry.dev>
1 parent ec3dbc5 commit 24a407c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/utils/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"format": "biome format --write .",
1818
"typecheck": "tsc --noEmit",
1919
"test": "vitest",
20-
"test:ci": "vitest run"
20+
"test:ci": "vitest run --passWithNoTests"
2121
},
2222
"devDependencies": {
2323
"@biomejs/biome": "1.9.3",
@@ -28,5 +28,4 @@
2828
"clsx": "^2.0.0",
2929
"tailwind-merge": "^2.2.0"
3030
}
31-
}
32-
31+
}

0 commit comments

Comments
 (0)