Skip to content

Commit c241d39

Browse files
committed
chore: adds --passWithNoTests to vitest (for now)
1 parent 67b8124 commit c241d39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"lint:fix": "biome check --write",
2020
"new:package": "NODE_OPTIONS='--import tsx' plop --plopfile=plopfile.ts",
2121
"prepublish": "pnpm run build",
22-
"test": "vitest"
22+
"test": "vitest --passWithNoTests"
2323
},
2424
"license": "MIT",
2525
"devDependencies": {

0 commit comments

Comments
 (0)