We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12a8056 commit 2a899d4Copy full SHA for 2a899d4
.github/actions/install-dependencies/action.yml
@@ -32,6 +32,7 @@ runs:
32
node_modules
33
packages/*/node_modules
34
packages/*/src/generated
35
+ packages/scratch-gui/static/microbit
36
key: ${{ runner.os }}-npm-${{ hashFiles('package-lock.json') }}
37
- if: steps.restore-node-modules-cache.outputs.cache-hit != 'true'
38
name: Install NPM dependencies
@@ -45,4 +46,5 @@ runs:
45
46
47
48
49
50
0 commit comments