File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ export default defineConfig({
2323 } ,
2424 } ,
2525
26- // Run the local dev server before starting tests
26+ // Build and run the production server before starting tests
2727 webServer : {
28- command : 'pnpm --filter "playground" dev ' ,
28+ command : 'pnpm --filter "playground" build && pnpm --filter "playground" start ' ,
2929 url : 'http://localhost:3000' ,
3030 reuseExistingServer : ! process . env . CI ,
3131 timeout : 120 * 1000 ,
Original file line number Diff line number Diff line change 77 "build:pkg" : " pnpm --filter \" @radix-ui/*\" build" ,
88 "dev" : " turbo run dev --no-cache --continue" ,
99 "test:vr" : " pnpm -r test:vr" ,
10+ "test:vr:update" : " pnpm -r test:vr:update" ,
1011 "lint" : " turbo run lint" ,
1112 "clean" : " turbo run clean && rm -rf node_modules .turbo" ,
1213 "format" : " prettier --write ." ,
You can’t perform that action at this time.
0 commit comments