Skip to content

Commit

Permalink
Fixing library health check
Browse files Browse the repository at this point in the history
  • Loading branch information
mcottontensor committed May 28, 2024
1 parent 7d2dd71 commit 2b3074a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/healthcheck-libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ jobs:

- name: Clean build of frontend implementation
working-directory: Frontend/implementations/typescript
run: npm ci && npm link ../../ui-library && npm run build
run: npm ci && npm link ../../library ../../ui-library && npm run build

0 comments on commit 2b3074a

Please sign in to comment.