diff --git a/packages/just-stack-monorepo/plopfile.js b/packages/just-stack-monorepo/plopfile.js index 20370f56..da7429e3 100644 --- a/packages/just-stack-monorepo/plopfile.js +++ b/packages/just-stack-monorepo/plopfile.js @@ -4,7 +4,7 @@ module.exports = function(plop) { actions: [ { type: 'addMany', - templateFiles: ['plop-templates/**/*.*', 'plop-templates/**/.*'], + templateFiles: ['plop-templates/**/*', 'plop-templates/**/.*'], base: 'plop-templates/repo', destination: '.', force: true diff --git a/packages/just-stack-react/plopfile.js b/packages/just-stack-react/plopfile.js index c873d13e..fe913786 100644 --- a/packages/just-stack-react/plopfile.js +++ b/packages/just-stack-react/plopfile.js @@ -4,7 +4,7 @@ module.exports = function(plop) { actions: [ { type: 'addMany', - templateFiles: ['plop-templates/**/*.*', 'plop-templates/**/.*'], + templateFiles: ['plop-templates/**/*', 'plop-templates/**/.*'], destination: '.', force: true },