Skip to content

Commit 7c3c594

Browse files
Merge pull request #25 from georgyangelov/scratch-gui-nextgen
Provide a standalone build of GUI and configure TS support
2 parents 17b4257 + 2a899d4 commit 7c3c594

File tree

12 files changed

+818
-195
lines changed

12 files changed

+818
-195
lines changed

.github/actions/install-dependencies/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ runs:
3232
node_modules
3333
packages/*/node_modules
3434
packages/*/src/generated
35+
packages/scratch-gui/static/microbit
3536
key: ${{ runner.os }}-npm-${{ hashFiles('package-lock.json') }}
3637
- if: steps.restore-node-modules-cache.outputs.cache-hit != 'true'
3738
name: Install NPM dependencies
@@ -45,4 +46,5 @@ runs:
4546
node_modules
4647
packages/*/node_modules
4748
packages/*/src/generated
49+
packages/scratch-gui/static/microbit
4850
key: ${{ runner.os }}-npm-${{ hashFiles('package-lock.json') }}

0 commit comments

Comments
 (0)