Skip to content

Commit fd076a7

Browse files
committed
Build scratch-gui as part of deployment
1 parent 1cf3ab1 commit fd076a7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/deploy.yml

+8
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,14 @@ jobs:
118118
# Defaults to the user or organization that owns the workflow file
119119
scope: "@RaspberryPiFoundation"
120120

121+
- name: Install scratch-gui code
122+
run: yarn install --immutable
123+
working-directory: scratch
124+
125+
- name: Build scratch-gui
126+
run: yarn build
127+
working-directory: scratch
128+
121129
- name: Install code
122130
run: yarn install --immutable
123131
env:

0 commit comments

Comments
 (0)