UNPKG

kist

Version:

Lightweight Package Pipeline Processor with Plugin Architecture

10 lines (9 loc) 325 B
steps: - name: CleanBuildDirStep action: DirectoryCleanAction options: dirPath: "./build" keep: - "static-assets/**" # Retain all files and subdirectories in static-assets - "important-config.json" # Retain this specific file - "*.log" # Retain all log files in the directory