Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Pewillia authored Dec 20, 2024
1 parent 3837421 commit 52d86ec
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,12 @@ 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
with:
path: dist
key: dist-${{ inputs.cache_sha }}

- name: Rush Build
run: node common/scripts/install-run-rush.js build:core

0 comments on commit 52d86ec

Please sign in to comment.