mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 01:25:52 -05:00
fix: copy micro:bit hex file into the right place
This commit is contained in:
parent
4bd6023a10
commit
519b476dc5
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