diff --git a/.drone.yml b/.drone.yml index d912ff8..ff0a54d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -91,7 +91,7 @@ steps: from_secret: expo_token commands: - npm ci - - npm run build:apk + - npm run -w @calchat/client build:apk - name: release_apk image: plugins/gitea-release @@ -157,7 +157,7 @@ steps: from_secret: expo_token commands: - npm ci - - npm run build:apk + - npm run -w @calchat/client build:apk - name: release_apk image: plugins/gitea-release @@ -218,7 +218,7 @@ steps: from_secret: expo_token commands: - npm ci - - npm run build:apk + - npm run -w @calchat/client build:apk - name: release_apk image: plugins/gitea-release