Skip to content

Commit a248da9

Browse files
chore(monorepo): fix config
1 parent 3f67063 commit a248da9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repo-cooker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ export const cooker = Cooker(process.argv, {
55
host: 'localhost:8787, reconnect: false',
66
},
77
path: '.',
8-
packagesGlobs: ['packages/*'],
8+
packagesGlobs: ['packages/node_modules/*'],
99
})

0 commit comments

Comments
 (0)