mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-18 02:41:33 +00:00
force build
This commit is contained in:
parent
61743567f4
commit
dda83cda4b
7
.github/workflows/cache-verify.yml
vendored
7
.github/workflows/cache-verify.yml
vendored
@ -227,6 +227,13 @@ 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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user