Skip to content
Snippets Groups Projects
Unverified Commit 271affa8 authored by Ryan Laurie's avatar Ryan Laurie Committed by GitHub
Browse files

Install release packages before building (#45660)

* install before running script

* freeze dat lockfile
parent 5b35e8a4
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ jobs:
with:
sparse-checkout: release
- name: Prepare build scripts
run: yarn --cwd ${{ github.workspace }}/release build
run: yarn --cwd release --frozen-lockfile && yarn --cwd release build
- uses: actions/github-script@v7
env:
SLACK_RELEASE_CHANNEL: ${{ vars.SLACK_RELEASE_CHANNEL }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment