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:
Ted Patrick
2022-10-08 16:05:03 -05:00
committed by GitHub
parent f138b5a4f4
commit 18ede2b729
2 changed files with 56 additions and 1 deletions

View File

@@ -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(),