UNPKG

@atomist/sdm

Version:

Atomist Software Delivery Machine SDK

13 lines 627 B
import { GitProject } from "@atomist/automation-client/lib/project/git/GitProject"; import { SpawnLogOptions } from "../../../api-helper/misc/child_process"; import { ProgressLog } from "../../../spi/log/ProgressLog"; /** * Options to use when running node commands like npm run compile that * require dev dependencies to be installed */ export declare const DevelopmentEnvOptions: Partial<SpawnLogOptions>; /** * Generate appropriate options for [[spawnLog]] for project and progress log. */ export declare function npmSpawnLogOptions(p: GitProject, log: ProgressLog): SpawnLogOptions; //# sourceMappingURL=spawn.d.ts.map