diff --git a/.drone.yml b/.drone.yml index ad338c2..51410aa 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,7 +15,8 @@ steps: - cd ./src/FLAD/ - npm install expo-cli - npm install - - npx react-native run-ios + - npx expo start + - w # build CONTAINER for sonar on flutter IMAGE - name: code-analysis image: node:latest