diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bc71a15..1685f5e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,9 +33,7 @@ jobs: version: ${{ env.PNPM_VERSION }} run_install: false - # Run rush install and build on our code - - name: Install Rush - run: node common/scripts/install-run-rush.js install + - name: Persist build output for other workflows uses: actions/cache@v3 @@ -43,5 +41,4 @@ jobs: path: dist key: dist-${{ inputs.cache_sha }} - - name: Rush Build - run: node common/scripts/install-run-rush.js build:core +