You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(build): handle specific file paths in getGlobBase for destination option
When a pattern has no glob characters (e.g., './config/settings.json'),
return the parent directory instead of the full path. This ensures that
relative() preserves the filename when computing the destination path.
Co-authored-by: Eric Allam <[email protected]>
0 commit comments