Skip to content

Commit

Permalink
chore: change test run command
Browse files Browse the repository at this point in the history
  • Loading branch information
sonofmagic committed Oct 28, 2024
1 parent 393ed2f commit 1a647c4
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 @@ -10,7 +10,7 @@
"scripts": {
"build": "turbo run build --filter=./packages/*",
"dev": "pnpm -r run dev",
"test": "vitest run",
"test": "turbo run test --filter=./packages/*",
"test:dev": "vitest",
"lint": "eslint packages/**/*.ts --fix",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
Expand Down

0 comments on commit 1a647c4

Please sign in to comment.