Skip to content

Commit

Permalink
Build scratch-gui as part of deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisroos committed Jan 13, 2025
1 parent 1cf3ab1 commit 869eba9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,14 @@ jobs:
# Defaults to the user or organization that owns the workflow file
scope: "@RaspberryPiFoundation"

- name: Install scratch-gui code
run: yarn install --immutable
working_directory: scratch

- name: Build scratch-gui
run: yarn build
working_directory: scratch

- name: Install code
run: yarn install --immutable
env:
Expand Down

0 comments on commit 869eba9

Please sign in to comment.