Skip to content

Commit 55429ac

Browse files
authored
chore: include keyboard nav in app engine files (RaspberryPiFoundation#9383)
* chore: include keyboard nav in app engine files * chore: format
1 parent 059cd24 commit 55429ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/gulpfiles/appengine_tasks.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ function copyPlaygroundDeps() {
9898
'./node_modules/@blockly/dev-tools/dist/index.js',
9999
'./node_modules/@blockly/theme-modern/dist/index.js',
100100
'./node_modules/@blockly/block-test/dist/index.js',
101+
'./node_modules/@blockly/keyboard-navigation/dist/index.js',
101102
];
102103
return gulp.src(playgroundDeps, {base: '.'}).pipe(gulp.dest(demoStaticTmpDir));
103104
}

0 commit comments

Comments
 (0)