Skip to content

fix: watch build fallback fix#24

Merged
masonlet merged 4 commits into
mainfrom
fix/windows-separator
Jul 8, 2026
Merged

fix: watch build fallback fix#24
masonlet merged 4 commits into
mainfrom
fix/windows-separator

Conversation

@masonlet

@masonlet masonlet commented Jul 8, 2026

Copy link
Copy Markdown
Member

The build -- --watch fallback used for libs without a dedicated
watch script stopped reaching npm on Windows, likely due to an update changing how the -- separator is parsed, the code generating this command hasn't changed since npm workspace support landed. Escape the separator as ''--'' instead, which resolves to a plain -- on both PowerShell and POSIX shells, so it survives the outer quoting on watch.ps1 while staying correct in watch.sh.

  • Bump v0.5.0
  • Change README license badge to static

@masonlet
masonlet merged commit 7e6a25d into main Jul 8, 2026
10 checks passed
@masonlet
masonlet deleted the fix/windows-separator branch July 8, 2026 23:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant