From 52d86ecb26940234b622bc5531ed413b66611969 Mon Sep 17 00:00:00 2001 From: Pewillia Date: Fri, 20 Dec 2024 14:58:54 -0500 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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 +