UNPKG

netlify-cli

Version:

Netlify command line tool

6 lines 377 B
import type { OptionValues } from 'commander'; import { type BuildConfig } from '../../lib/build.js'; import type BaseCommand from '../base-command.js'; export declare const checkOptions: ({ cachedConfig: { siteInfo }, token }: BuildConfig) => void; export declare const build: (options: OptionValues, command: BaseCommand) => Promise<void>; //# sourceMappingURL=build.d.ts.map