Skip to content

Commit 5440333

Browse files
committed
ci: also fix frontend build in workflow
1 parent 6149b59 commit 5440333

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
# FRONTEND #
3131
# Install Packages
3232
- name: Install Dependencies for Frontend
33-
run: npm ci
33+
run: npm ci || (npm install --package-lock-only && npm ci)
3434
working-directory: frontend
3535

3636
# Include whenver tests are added

0 commit comments

Comments
 (0)