We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2543d80 commit 145e583Copy full SHA for 145e583
1 file changed
package.json
@@ -22,9 +22,9 @@
22
"storybook": "pnpm -r --parallel --if-present run storybook",
23
"storybook:build": "pnpm --filter @devframes/storybook run storybook:build",
24
"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",
+ "test": "pnpm run build && vitest",
+ "test:e2e": "pnpm run build && playwright test",
+ "test:e2e:ui": "pnpm run build && playwright test --ui",
28
"test:ecosystem": "tsx scripts/ecosystem-ci.ts",
29
"release": "bumpp -r",
30
"typecheck": "pnpm run verify:typecheck-coverage && turbo run typecheck",
0 commit comments