Skip to content

Commit 5f3ffdf

Browse files
author
Tom Klein
committed
fix: Fix skip if no tests
1 parent 5d52d1a commit 5f3ffdf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"bundle": "node esbuild.js",
1010
"build": "npm run lint && npm run typecheck && npm run bundle",
1111
"typecheck": "tsc --project tsconfig.build.json --noEmit",
12-
"test": "vitest run --globals",
12+
"test": "vitest run --globals --passWithNoTests",
1313
"test:dev": "vitest --globals",
1414
"release": "npm run build && npm version patch && npm publish"
1515
},

0 commit comments

Comments
 (0)