diff --git a/.github/workflows/js-tests.yml b/.github/workflows/js-tests.yml index 7c3b69821d8c..f0a384bafe60 100644 --- a/.github/workflows/js-tests.yml +++ b/.github/workflows/js-tests.yml @@ -44,7 +44,6 @@ jobs: cache: npm - uses: ./.github/actions/retry with: - # --ignore-scripts: TS & tests don't need native deps - command: npm ci --ignore-scripts + command: npm ci - run: npm run --prefix ${{ matrix.package }} check - run: npm run --prefix ${{ matrix.package }} fix