Skip to content

Commit 03660c7

Browse files
author
Sebastian Silbermann
committed
Fix bundle error
1 parent d036d62 commit 03660c7

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.circleci/config.yml

-7
Original file line numberDiff line numberDiff 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

fixtures/flight/playwright.config.js

+1-1
Original file line numberDiff line numberDiff 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
},

0 commit comments

Comments
 (0)