发布

  • fix: replace rm -rf with cross-platform fs.rmSync in package scripts (#1338)

    frostbyte_neo 发布于 2026-09-02 01:39:10 +00:00

    • fix: replace rm -rf with cross-platform fs.rmSync in package scripts

    The build/clean scripts used the Unix
    m -rf dist\ command, which fails on Windows where cmd.exe has no rm. Replace with Node's built-in fs.rmSync, available on all platforms (Node >=20.9).

    • chore: bump @openmaic package versions for cross-platform script fix
    下载附件