Skip to content

Commit 67cfd48

Browse files
committed
chore: vitest run in test script
1 parent 6ba8a36 commit 67cfd48

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
@@ -14,7 +14,7 @@
1414
"build:dts": "pnpm run -r --parallel build:dts",
1515
"lint": "prettier -c --parser typescript \"packages/*/{src,__tests__,e2e}/**/*.[jt]s?(x)\" \"packages/docs/**/*.[jt]s\"",
1616
"lint:fix": "pnpm run lint --write",
17-
"test": "pnpm run -r dev:prepare && pnpm run test:types && pnpm run test:vitest && pnpm run -r test && pnpm run build && pnpm run build:dts && pnpm test:dts",
17+
"test": "pnpm run -r dev:prepare && pnpm run test:types && pnpm run test:vitest run && pnpm run -r test && pnpm run build && pnpm run build:dts && pnpm test:dts",
1818
"test:vitest": "vitest --coverage",
1919
"test:types": "tsc --build ./tsconfig.json",
2020
"test:dts": "pnpm run -r test:dts",

0 commit comments

Comments
 (0)