Skip to content

Commit 1c182d4

Browse files
author
Sebastian Silbermann
committed
Fix build
1 parent 1401013 commit 1c182d4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,10 @@ jobs:
273273
sudo npx playwright install-deps
274274
- run:
275275
working_directory: fixtures/flight
276-
command: yarn build
276+
command: |
277+
yarn build
278+
# Need to build twice for unknown reasons
279+
yarn build
277280
- run:
278281
name: Run tests
279282
working_directory: fixtures/flight

0 commit comments

Comments
 (0)