Skip to content

Commit 145e583

Browse files
committed
chore: use pnpm run build in test scripts instead of repeating turbo command
1 parent 2543d80 commit 145e583

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
"storybook": "pnpm -r --parallel --if-present run storybook",
2323
"storybook:build": "pnpm --filter @devframes/storybook run storybook:build",
2424
"lint": "eslint --cache",
25-
"test": "turbo run build --concurrency=3 && vitest",
26-
"test:e2e": "turbo run build --concurrency=3 && playwright test",
27-
"test:e2e:ui": "turbo run build --concurrency=3 && playwright test --ui",
25+
"test": "pnpm run build && vitest",
26+
"test:e2e": "pnpm run build && playwright test",
27+
"test:e2e:ui": "pnpm run build && playwright test --ui",
2828
"test:ecosystem": "tsx scripts/ecosystem-ci.ts",
2929
"release": "bumpp -r",
3030
"typecheck": "pnpm run verify:typecheck-coverage && turbo run typecheck",

0 commit comments

Comments
 (0)