diff --git a/taskfile.js b/taskfile.js index c93d9e4..6080959 100644 --- a/taskfile.js +++ b/taskfile.js @@ -13,7 +13,7 @@ module.exports.lib = async function lib(task, opts) { } module.exports.copyProcs = async function copyProcs(task) { - await task.source('procs/**/*').target('dist/procs') + await task.source('procs/**/*.js').target('dist/procs') await task.source('procs/**/.*').target('dist/procs') }