Home > @rushstack/package-extractor > IExtractorOptions > createArchiveOnly
IExtractorOptions.createArchiveOnly property
Whether to skip copying files to the extraction target directory, and only create an extraction archive. This is only supported when linkCreation is 'script' or 'none'.
Signature:
createArchiveOnly?: boolean;