UNPKG

vtex

Version:

The platform for e-commerce apps

10 lines (9 loc) 287 B
export declare class CLIPreTasks { private pkg; static readonly PRETASKS_LOCAL_DIR: string; static getCLIPreTasks(pkgJson: any): CLIPreTasks; constructor(pkg: any); private ensureCompatibleNode; private removeOutdatedPaths; runTasks(command: string): void; }