no force build

This commit is contained in:
resonic-user 2025-06-26 12:56:32 +02:00
parent cb2c1246cf
commit a08b3dca41

View File

@ -220,13 +220,6 @@ jobs:
cd webapp && yarn install --frozen-lockfile && cd ..
npx cypress verify || echo "⚠️ Cypress not yet verified"
# force rebuild regardless of cache state
- name: ⚙️ Always rebuild backend & webapp
run: |
echo "🔧 Forcing backend & webapp build..."
cd backend && yarn build && cd ..
cd webapp && yarn build && cd ..
#build backend
- name: Build backend
run: cd backend && yarn build