Skip to content

Commit

Permalink
Build codegene to fix the build error
Browse files Browse the repository at this point in the history
Summary:
This diff fixes the circle CI error introduced with a recent commit (facebook@3d8b5a3).

Changelog: [internal]

Reviewed By: philIip

Differential Revision: D32516744

fbshipit-source-id: 522b6815f0486a5ec1c97cffc19fb6f7a5da2dbd
  • Loading branch information
sota000 authored and facebook-github-bot committed Nov 18, 2021
1 parent d29f3d2 commit 43f8a4c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,12 @@ commands:
- ~/.cache/yarn
key: v4-yarn-cache-{{ arch }}-{{ checksum "yarn.lock" }}

build_codegen:
steps:
- run:
name: "Codegen: Build react-native-codegen package"
command: cd packages/react-native-codegen && yarn build

install_buck_tooling:
steps:
- restore_cache:
Expand Down Expand Up @@ -367,6 +373,7 @@ jobs:
- setup_artifacts
- setup_ruby
- run_yarn
- build_codegen

- run: |
cd packages/rn-tester
Expand Down

0 comments on commit 43f8a4c

Please sign in to comment.