Skip to content

Commit 42aaf75

Browse files
author
Sebastian Silbermann
committed
Run yarn flags in CI
1 parent acaae63 commit 42aaf75

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.circleci/config.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,16 @@ jobs:
9797
- setup_node_modules
9898
- run: node ./scripts/tasks/flow-ci
9999

100+
101+
yarn_flags:
102+
docker: *docker
103+
environment: *environment
104+
105+
steps:
106+
- checkout
107+
- setup_node_modules
108+
- run: yarn flags
109+
100110
scrape_warning_messages:
101111
docker: *docker
102112
environment: *environment
@@ -400,6 +410,11 @@ workflows:
400410
build_and_test:
401411
unless: << pipeline.parameters.prerelease_commit_sha >>
402412
jobs:
413+
- yarn_flags:
414+
filters:
415+
branches:
416+
ignore:
417+
- builds/facebook-www
403418
- yarn_flow:
404419
filters:
405420
branches:

0 commit comments

Comments
 (0)