UNPKG

@sanpjs/cmd-build

Version:

Sanp build command

37 lines (36 loc) 812 B
export declare const command = "build [entry]"; export declare const description = "Compiles an app into an output directory named dist"; export declare const builder: { config: { alias: string; type: string; hidden: boolean; describe: string; }; mode: { hidden: boolean; type: string; default: string; choices: string[]; describe: string; }; analyze: { type: string; describe: string; }; clean: { type: string; describe: string; }; watch: { alias: string; type: string; describe: string; }; 'stats-json': { alias: string; type: string; describe: string; }; }; export declare const handler: (args: any) => void;