interface PackageExecutorSchema {
    sourceDir: string;
    artifactsDir: string;
}

Properties

sourceDir: string

Path of source files to package.

artifactsDir: string

Path where package should be sent to.