diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 5bf37cdd2..0d6f25ee3 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -66,7 +66,7 @@ jobs: cache: 'npm' - uses: ./.github/actions/before-install - run: npm ci - - run: npm run build $BUILD_OPTS + - run: npm run build -- $BUILD_OPTS - name: upload job artifact if: ${{ success() }} uses: ./.github/actions/upload-job-artifact