Fix app build: Zeus (v0.1.0)
This commit is contained in:
parent
a63cd03496
commit
caa536739d
|
@ -69,10 +69,12 @@ Builds:
|
|||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y --no-install-recommends -t stretch-backports npm
|
||||
init: npm install
|
||||
init:
|
||||
- npm install
|
||||
- npm run patch-android-release
|
||||
gradle:
|
||||
- yes
|
||||
prebuild: truncate -s 0 ../../node_modules/react-native/local-cli/server/util/external/xsel
|
||||
prebuild: truncate -s 0 ../../node_modules/@react-native-community/cli/build/commands/server/external/xsel
|
||||
scanignore:
|
||||
- android/build.gradle
|
||||
- node_modules/react-native-screens/android/build.gradle
|
||||
|
|
Loading…
Reference in a new issue