Skip to content

Commit

Permalink
fix: siws vitest add pass with no tests option
Browse files Browse the repository at this point in the history
  • Loading branch information
MartianGreed committed Aug 18, 2024
1 parent 8683ae2 commit 2f8e471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/siws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"scripts": {
"dev": "tsup",
"test": "vitest",
"test": "vitest --passWithNoTests",
"build": "tsup",
"gcp-build": "tsc",
"clean": "git clean -xdf .cache .turbo dist node_modules",
Expand Down

0 comments on commit 2f8e471

Please sign in to comment.