parent
39222ed9ca
commit
0ba41b16e4
1 changed files with 2 additions and 1 deletions
|
@ -61,7 +61,8 @@ export default async() => {
|
||||||
for (const path of packages) {
|
for (const path of packages) {
|
||||||
if (
|
if (
|
||||||
path.name === 'package.json' &&
|
path.name === 'package.json' &&
|
||||||
!path.parentPath.includes('node_modules')
|
!path.parentPath.includes('node_modules') &&
|
||||||
|
!path.parentPath.includes('apps/config')
|
||||||
) {
|
) {
|
||||||
await updatePackageJson(path.parentPath, updates);
|
await updatePackageJson(path.parentPath, updates);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue