UNPKG

@ehmicky/dev-tasks

Version:

Automated development tasks for my own projects

11 lines (7 loc) 302 B
import{DEPENDENCIES,GENERATED_SOURCES_DIR}from"../../files.js"; import{addInputPrefix}from"./docker.js"; export const getExcludedFiles=()=> [DEPENDENCIES,GENERATED_SOURCES_DIR]. map(addInputPrefix). map(addExcludePathFlag); const addExcludePathFlag=(excludedPath)=>`--exclude-path=${excludedPath}`;