We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6149b59 commit 5440333Copy full SHA for 5440333
1 file changed
.github/workflows/release.yml
@@ -30,7 +30,7 @@ jobs:
30
# FRONTEND #
31
# Install Packages
32
- name: Install Dependencies for Frontend
33
- run: npm ci
+ run: npm ci || (npm install --package-lock-only && npm ci)
34
working-directory: frontend
35
36
# Include whenver tests are added
0 commit comments