Mise à jour de '.drone.yml'
continuous-integration/drone/push Build is failing Details

pull/23/head
Rémi REGNAULT 1 year ago
parent 92dbfb6387
commit a999899e2f

@ -12,7 +12,8 @@ steps:
commands:
- cd ./LeftOvers/
- npm install
- npx react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res/
- npx react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/res/raw/index.android.bundle --assets-dest android/app/src/main/res/
- name: code-analysis
image: node:latest

Loading…
Cancel
Save