Skip to content

Commit 564ba98

Browse files
authored
Update continuous-integration-workflow.yml
1 parent d0e4148 commit 564ba98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131
- name: Install dependencies
3232
run: |
3333
cd ./Auth/LearningHub.Nhs.Auth
34-
npm install -f
34+
yarn install
3535
3636
- name: Run Webpack build
3737
run: |
3838
cd ./Auth/LearningHub.Nhs.Auth
39-
npm run build
39+
yarn build:webpack
4040
4141
- name: Setup MSBuild
4242
uses: microsoft/[email protected]

0 commit comments

Comments
 (0)