发布

  • fix(core): remove graph creation from postinstall hook (#32027)

    frostbyte_neo 发布于 2025-07-27 21:56:09 +00:00

    Current Behavior

    The post install hook creates the project graph... which contains quite
    a bit of work and appears to be hanging at times.

    Expected Behavior

    The post install hook is slimmer, and has a hard timeout of 30s to avoid
    hanging.

    Related Issue(s)

    Fixes #31694

    下载附件