-
-
Notifications
You must be signed in to change notification settings - Fork 98
Open
Description
Line 93 in 0767be5
| fs.copySync(resolve(import.meta.dirname, '../app/public'), outDir_resolved) |
This will blindly copy all files in a folder, including things like BUILD.bazel files. This is not supported under tools like Bazel as it is assumed those files will not be moved or copied around in the sandbox. Instead, there should be a way provided to filter the files on this command to avoid copying certain globs or file names. Then have this command documented and examples provided on how to pass globs or file names to ignore.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels