chore: include keyboard nav in app engine files (#9383)

* chore: include keyboard nav in app engine files

* chore: format
This commit is contained in:
Maribeth Moffatt
2025-09-23 14:44:43 -07:00
committed by GitHub
parent 059cd249d2
commit 55429ac669

View File

@@ -98,6 +98,7 @@ function copyPlaygroundDeps() {
'./node_modules/@blockly/dev-tools/dist/index.js',
'./node_modules/@blockly/theme-modern/dist/index.js',
'./node_modules/@blockly/block-test/dist/index.js',
'./node_modules/@blockly/keyboard-navigation/dist/index.js',
];
return gulp.src(playgroundDeps, {base: '.'}).pipe(gulp.dest(demoStaticTmpDir));
}