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: ensure build directory exists before writing yoga placeholder
The extract-yoga-wasm.mjs script was failing in CI because it tried to write
to build/yoga-sync.mjs without first ensuring the build/ directory exists.
Added ensureBuildDir() function that creates the directory with recursive: true
before writing files.
0 commit comments