We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d34a23c commit ffe1d36Copy full SHA for ffe1d36
.github/workflows/dotnet-and-npm-build.yml
@@ -22,7 +22,7 @@ jobs:
22
run: dotnet restore
23
24
- name: npm setup
25
- working-directory: ui
+ working-directory: bff/ui
26
run: npm install --force --ignore-scripts
27
28
- name: ui-angular-cli-build
0 commit comments