File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed
Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -271,13 +271,6 @@ jobs:
271271 command : |
272272 npx playwright install
273273 sudo npx playwright install-deps
274- - run :
275- working_directory : fixtures/flight
276- name : yarn build
277- command : |
278- yarn build
279- # Need to build twice for unknown reasons
280- yarn build
281274 - run :
282275 name : Run tests
283276 working_directory : fixtures/flight
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ export default defineConfig({
2424 } ,
2525 ] ,
2626 webServer : {
27- command : 'yarn dev' ,
27+ command : 'FAST_REFRESH=false yarn dev' ,
2828 url : 'http://localhost:3000' ,
2929 reuseExistingServer : ! isCI ,
3030 } ,
You can’t perform that action at this time.
0 commit comments