diff --git a/.drone.yml b/.drone.yml index 04bd80b..0b398d1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -23,7 +23,7 @@ steps: - name: Build app image: node:16-alpine commands: - - npx eas-cli build --platform android --non-interative --profile preview + - npx eas-cli build --platform android --non-interactive --profile preview environment: EXPO_TOKEN: from_secret: EAS_TOKEN