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 dist CSS containing unprocessed Tailwind directives and e2e test flakiness (#16)
The build's merge-simulator-css plugin was copying raw source CSS (with
@import "tailwindcss") into dist/chatgpt/globals.css. Consumers couldn't
resolve these directives, breaking sunpeak dev. Fixed by using the
already-processed dist/style.css instead.
Added validateDistCss() to the validate pipeline to catch unprocessed
CSS directives before publishing.
Replaced getPortSync TOCTOU port allocation in playwright configs with
fixed preferred ports, eliminating ERR_CONNECTION_REFUSED flakiness in
e2e tests caused by ephemeral ports being reclaimed between discovery
and server bind.
0 commit comments