Skip to content

Commit

Permalink
update test command
Browse files Browse the repository at this point in the history
  • Loading branch information
HoHieuLuc committed Feb 28, 2024
1 parent 2919612 commit 7236352
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 @@ -7,7 +7,7 @@
"lint": "turbo run lint",
"vitest": "vitest",
"typecheck": "turbo run typecheck",
"test": "turbo run test lint typecheck",
"test": "turbo run lint typecheck && vitest",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"publish-packages": "turbo run build test && changeset version && changeset publish",
"syncpack": "syncpack list-mismatches",
Expand Down

0 comments on commit 7236352

Please sign in to comment.