Skip to content

Commit

Permalink
chore(monorepo): fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
christianalfoni committed Jun 24, 2021
1 parent 3f67063 commit a248da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repo-cooker.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ export const cooker = Cooker(process.argv, {
host: 'localhost:8787, reconnect: false',
},
path: '.',
packagesGlobs: ['packages/*'],
packagesGlobs: ['packages/node_modules/*'],
})

0 comments on commit a248da9

Please sign in to comment.