diff --git a/.drone.yml b/.drone.yml index a4fc85b..002ca6e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,7 @@ steps: commands: - cd ./LeftOvers/ - npm install - - npm run + - npm run android - name: code-analysis image: node:latest