diff --git a/.github/workflows/cron-test.yaml b/.github/workflows/cron-test.yaml index 2358a34e9a..5be4bfac2d 100644 --- a/.github/workflows/cron-test.yaml +++ b/.github/workflows/cron-test.yaml @@ -51,7 +51,7 @@ jobs: command: npm ci - name: Build library parts - run: run npm build -- --ignore open-lens + run: npm run build -- --ignore open-lens - run: npm run test:unit name: Run tests