Skip to content

Commit

Permalink
install everything in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JReinhold committed Jun 9, 2023
1 parent ee7e0c3 commit cad9303
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/prepare-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,10 @@ jobs:
yarn-v1-${{ hashFiles('scripts/yarn.lock') }}
yarn-v1
- name: Install Script Dependencies
- name: Install Dependencies
working-directory: .
run: |
yarn install
yarn task --task=install
- name: Check if pull request is frozen
if: github.event_name != 'workflow_dispatch'
Expand Down

0 comments on commit cad9303

Please sign in to comment.