diff --git a/.drone.yml b/.drone.yml index b115581..faada1c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,7 +13,8 @@ steps: image: node:17.9.0 commands: - cd ./src/FLAD/ - - npm run build + - npm install expo-cli + - npx expo start # build CONTAINER for sonar on flutter IMAGE - name: code-analysis image: node:17.9.0