Skip to content

Commit 1a647c4

Browse files
committed
chore: change test run command
1 parent 393ed2f commit 1a647c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"scripts": {
1111
"build": "turbo run build --filter=./packages/*",
1212
"dev": "pnpm -r run dev",
13-
"test": "vitest run",
13+
"test": "turbo run test --filter=./packages/*",
1414
"test:dev": "vitest",
1515
"lint": "eslint packages/**/*.ts --fix",
1616
"format": "prettier --write \"**/*.{ts,tsx,md}\"",

0 commit comments

Comments
 (0)