mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
73d7440200
* Fix dot files not being copied over on non-root builds (#9740) When running `astro build` outside of where the astro files are, dotfiles are not copied over because the `includeDotfiles` parameter is not passed in. * update changeset * Update changeset description --------- Co-authored-by: Arsh <69170106+lilnasy@users.noreply.github.com>
5 lines
196 B
Markdown
5 lines
196 B
Markdown
---
|
|
"astro": patch
|
|
---
|
|
|
|
Fixes an issue where dot files were not copied over from the public folder to the output folder, when build command was run in a folder other than the root of the project.
|