Skip to content

Commit

Permalink
fix: Fix skip if no tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkln committed Jul 25, 2023
1 parent 469aae0 commit ea10c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"bundle": "node esbuild.js",
"build": "npm run lint && npm run typecheck && npm run bundle",
"typecheck": "tsc --project tsconfig.build.json --noEmit",
"test": "vitest run --globals",
"test": "vitest run --globals --passWithNoTests",
"test:dev": "vitest --globals",
"release": "npm run build && npm version patch && npm publish"
},
Expand Down

0 comments on commit ea10c42

Please sign in to comment.