mirror of
https://github.com/status-im/react-native.git
synced 2025-02-25 23:55:23 +00:00
Update build-js-bundle run step
Summary: Always build the JavaScript bundle, to ensure failures here are surfaced regardless of failures that may happen earlier in this workflow Closes https://github.com/facebook/react-native/pull/17824 Differential Revision: D6872794 Pulled By: hramos fbshipit-source-id: bab3b9cfa6cecb578e9a3cffae27e1ce355588d2
This commit is contained in:
parent
28be33ac34
commit
9227ba73ab
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user