Skip to content

Commit d036d62

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

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.circleci/config.yml

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

0 commit comments

Comments
 (0)