Skip to content

Commit bad4fcd

Browse files
committed
npm build bugs
1 parent 60570ca commit bad4fcd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/azure-webapps-dotnet-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: npm setup
4141
working-directory: ui
42-
run: npm install
42+
run: npm install --force
4343

4444
- name: ui-nx-build
4545
working-directory: ui

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: npm setup
2626
working-directory: ui
27-
run: npm install
27+
run: npm install --force
2828

2929
- name: ui-nx-build
3030
working-directory: ui

0 commit comments

Comments
 (0)