fix: copy micro:bit hex file into the right place

This commit is contained in:
Christopher Willis-Ford 2023-06-26 09:12:46 -07:00
parent 4bd6023a10
commit 519b476dc5

View file

@ -197,6 +197,11 @@ module.exports = {
{ {
from: 'node_modules/scratch-gui/dist/static/assets', from: 'node_modules/scratch-gui/dist/static/assets',
to: 'static/assets' to: 'static/assets'
},
{
from: 'node_modules/scratch-gui/dist/*.hex',
to: 'static',
flatten: true
} }
] ]
}), }),