diff --git a/.drone.yml b/.drone.yml index 7f1dcbe..29b8fb3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,8 @@ steps: commands: - cd ./LeftOvers/ - npm install - - npm run + - 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