Skip to content

Commit

Permalink
Update build-js-bundle run step
Browse files Browse the repository at this point in the history
Summary:
Always build the JavaScript bundle, to ensure failures here are surfaced regardless of failures that may happen earlier in this workflow
Closes #17824

Differential Revision: D6872794

Pulled By: hramos

fbshipit-source-id: bab3b9cfa6cecb578e9a3cffae27e1ce355588d2
  • Loading branch information
hramos authored and facebook-github-bot committed Feb 1, 2018
1 parent 28be33a commit 9227ba7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ aliases:
- &build-js-bundle
name: Build JavaScript Bundle
command: node local-cli/cli.js bundle --max-workers 2 --platform android --dev true --entry-file ReactAndroid/src/androidTest/js/TestBundle.js --bundle-output ReactAndroid/src/androidTest/assets/AndroidTestBundle.js
when: always

- &compile-native-libs
name: Compile Native Libs for Unit and Integration Tests
Expand Down

0 comments on commit 9227ba7

Please sign in to comment.