Member Junction
    Preparing search index...

    Phase G — Installs workspace dependencies and builds all workspace packages with the configured package manager.

    const deps = new DependencyPhase();
    const result = await deps.Run({ Dir: '/path/to/install', Tag: 'v6.1.0', PackageManager: 'pnpm', Emitter: emitter });
    if (result.BuildPartial) {
    console.log('Partial build — CodeGen will fix remaining packages');
    }
    Index

    Constructors

    Methods

    Constructors

    Methods