fix: include loaders in gh-pages commits (#7559)

This commit is contained in:
Rachel Fenichel
2023-09-29 10:29:41 -07:00
committed by GitHub
parent ca4fa7e4fb
commit cf5d9985c7

View File

@@ -25,6 +25,7 @@ const EXTRAS = [
'build/msg',
'dist/*_compressed.js*',
'node_modules/@blockly',
'build/*.loader.mjs',
];
let upstream = null;