Skip to content

Commit

Permalink
fix test script
Browse files Browse the repository at this point in the history
  • Loading branch information
victorgarciaesgi committed Jan 16, 2024
1 parent 2f6aea0 commit 0dc5ae6
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 @@
"build": "pnpm run -r build",
"build:local": "pnpm run -r build:local",
"dev": "pnpm run -r --parallel dev",
"test": "vitest run",
"test": "pnpm run build && vitest run",
"test:dev": "vitest",
"release": "nr build && bumpp -r && pnpm run -r --parallel release && git push --follow-tags"
},
Expand Down

0 comments on commit 0dc5ae6

Please sign in to comment.