parent
229018ec9f
commit
93547b18fa
5 changed files with 315 additions and 352 deletions
apps/update-sources/src
|
@ -61,8 +61,7 @@ export default async() => {
|
|||
for (const path of packages) {
|
||||
if (
|
||||
path.name === 'package.json' &&
|
||||
!path.parentPath.includes('node_modules') &&
|
||||
!path.parentPath.includes('mk-types') // FIXME: latest breaks
|
||||
!path.parentPath.includes('node_modules')
|
||||
) {
|
||||
await updatePackageJson(path.parentPath, updates);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue