mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-19 18:27:29 -05:00
Add directly listing for releases (#838)
* Add directly listing for releases * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
@@ -48,7 +48,8 @@ export default {
|
||||
// This will make sure that examples will always get the latest build folder
|
||||
!production && copy({
|
||||
targets: [
|
||||
{ src: 'build/*', dest: 'examples/build' }
|
||||
{ src: 'build/*', dest: 'examples/build' },
|
||||
{ src: 'public/index.html', dest: 'build/' },
|
||||
]
|
||||
}),
|
||||
!production && serve(),
|
||||
|
||||
Reference in New Issue
Block a user