We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d036d62 commit 03660c7Copy full SHA for 03660c7
.circleci/config.yml
@@ -271,13 +271,6 @@ jobs:
271
command: |
272
npx playwright install
273
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
281
- run:
282
name: Run tests
283
working_directory: fixtures/flight
fixtures/flight/playwright.config.js
@@ -24,7 +24,7 @@ export default defineConfig({
24
},
25
],
26
webServer: {
27
- command: 'yarn dev',
+ command: 'FAST_REFRESH=false yarn dev',
28
url: 'http://localhost:3000',
29
reuseExistingServer: !isCI,
30
0 commit comments