interface ForgeMakeResult {
    arch: string;
    artifacts: string[];
    packageJSON: any;
    platform: string;
}

Properties

arch: string

The arch this make run was for

artifacts: string[]

An array of paths to artifacts generated for this make run

packageJSON: any

The state of the package.json file when the make happened

platform: string

The platform this make run was for