Skip to content

Commit

Permalink
Fix bundle error
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Silbermann committed Feb 21, 2024
1 parent 0bf35c3 commit 0a7acc5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,13 +271,6 @@ jobs:
command: |
npx playwright install
sudo npx playwright install-deps
- run:
working_directory: fixtures/flight
name: yarn build
command: |
yarn build
# Need to build twice for unknown reasons
yarn build
- run:
name: Run tests
working_directory: fixtures/flight
Expand Down
2 changes: 1 addition & 1 deletion fixtures/flight/playwright.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default defineConfig({
},
],
webServer: {
command: 'yarn dev',
command: 'FAST_REFRESH=false yarn dev',
url: 'http://localhost:3000',
reuseExistingServer: !isCI,
},
Expand Down

0 comments on commit 0a7acc5

Please sign in to comment.