fix(gir): correct name of astal4 types

This commit is contained in:
matt1432 2024-12-19 20:54:26 -05:00
parent 229018ec9f
commit 93547b18fa
5 changed files with 315 additions and 352 deletions
apps/update-sources/src

View file

@ -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);