From 3492d5bdc8c03f2e3e948a87aeb3eb6b0ed384aa Mon Sep 17 00:00:00 2001 From: Linus Waldowsky Date: Thu, 26 Feb 2026 14:52:04 +0100 Subject: [PATCH] MMMMMOOOOOORRRRREEEEE... meh --- .drone.yml | 3 +++ 1 file changed, 3 insertions(+) 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