diff --git a/.drone.yml b/.drone.yml index ff0a54d..6b67452 100644 --- a/.drone.yml +++ b/.drone.yml @@ -91,6 +91,7 @@ steps: from_secret: expo_token commands: - npm ci + - npm run build -w @calchat/shared - npm run -w @calchat/client build:apk - name: release_apk @@ -157,6 +158,7 @@ steps: from_secret: expo_token commands: - npm ci + - npm run build -w @calchat/shared - npm run -w @calchat/client build:apk - name: release_apk @@ -218,6 +220,7 @@ steps: from_secret: expo_token commands: - npm ci + - npm run build -w @calchat/shared - npm run -w @calchat/client build:apk - name: release_apk