We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 059cd24 commit 55429acCopy full SHA for 55429ac
1 file changed
scripts/gulpfiles/appengine_tasks.mjs
@@ -98,6 +98,7 @@ function copyPlaygroundDeps() {
98
'./node_modules/@blockly/dev-tools/dist/index.js',
99
'./node_modules/@blockly/theme-modern/dist/index.js',
100
'./node_modules/@blockly/block-test/dist/index.js',
101
+ './node_modules/@blockly/keyboard-navigation/dist/index.js',
102
];
103
return gulp.src(playgroundDeps, {base: '.'}).pipe(gulp.dest(demoStaticTmpDir));
104
}
0 commit comments