File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ export default defineConfig({
2222 } ,
2323 ] ,
2424 webServer : {
25- command : "yarn start:tests" ,
25+ command : "pnpm run start:tests" ,
2626 url : "http://127.0.0.1:3000" ,
2727 reuseExistingServer : ! process . env . CI ,
2828 timeout : 120 * 1000 ,
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ export default defineConfig({
2222 } ,
2323 ] ,
2424 webServer : {
25- command : "yarn start:tests" ,
25+ command : "pnpm run start:tests" ,
2626 url : "http://127.0.0.1:3000" ,
2727 reuseExistingServer : ! process . env . CI ,
2828 timeout : 120 * 1000 ,
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ export default defineConfig({
2222 } ,
2323 ] ,
2424 webServer : {
25- command : "yarn start:tests" ,
25+ command : "pnpm run start:tests" ,
2626 url : "http://127.0.0.1:3000" ,
2727 reuseExistingServer : ! process . env . CI ,
2828 timeout : 120 * 1000 ,
You can’t perform that action at this time.
0 commit comments