Skip to content

Commit

Permalink
Force the package install until dependencies have been upgraded
Browse files Browse the repository at this point in the history
  • Loading branch information
sondreb committed Sep 30, 2023
1 parent 355670d commit 165ebc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Install and Build
working-directory: app
run: |
npm ci
npm ci --force
npm run build
- name: Build the Docker container image
Expand Down

0 comments on commit 165ebc1

Please sign in to comment.