diff --git a/.github/workflows/update-pull-request.yml b/.github/workflows/update-pull-request.yml index 309d2944eb..3b01ed2e69 100644 --- a/.github/workflows/update-pull-request.yml +++ b/.github/workflows/update-pull-request.yml @@ -161,8 +161,7 @@ jobs: run: yarn --immutable - name: Build dependencies run: | - yarn build:source - yarn build:types + yarn build:ci - name: Update examples run: yarn build:examples - name: Cache examples