mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
fix: copy micro:bit hex file into the right place
This commit is contained in:
parent
8dc793ffa5
commit
5b43dc0be5
1 changed files with 5 additions and 0 deletions
|
@ -197,6 +197,11 @@ module.exports = {
|
|||
{
|
||||
from: 'node_modules/scratch-gui/dist/static/assets',
|
||||
to: 'static/assets'
|
||||
},
|
||||
{
|
||||
from: 'node_modules/scratch-gui/dist/*.hex',
|
||||
to: 'static',
|
||||
flatten: true
|
||||
}
|
||||
]
|
||||
}),
|
||||
|
|
Loading…
Reference in a new issue