diff --git a/.github/workflows/healthcheck-libraries.yml b/.github/workflows/healthcheck-libraries.yml index a1c7a34c..05967cb1 100644 --- a/.github/workflows/healthcheck-libraries.yml +++ b/.github/workflows/healthcheck-libraries.yml @@ -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