Skip to content

Commit

Permalink
npm build bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbod committed Oct 6, 2024
1 parent 60570ca commit bad4fcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/azure-webapps-dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- name: npm setup
working-directory: ui
run: npm install
run: npm install --force

- name: ui-nx-build
working-directory: ui
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: npm setup
working-directory: ui
run: npm install
run: npm install --force

- name: ui-nx-build
working-directory: ui
Expand Down

0 comments on commit bad4fcd

Please sign in to comment.