chore: fix CI failing to release (#1232)

This commit is contained in:
Ralph Khreish
2025-09-22 22:34:12 +02:00
committed by GitHub
parent 05f6242f7e
commit f487736670
9 changed files with 349 additions and 104 deletions

6
.manypkg.json Normal file
View File

@@ -0,0 +1,6 @@
{
"$schema": "https://unpkg.com/@manypkg/get-packages@1.1.3/schema.json",
"defaultBranch": "main",
"ignoredRules": ["ROOT_HAS_DEPENDENCIES", "INTERNAL_MISMATCH"],
"ignoredPackages": ["@tm/core", "@tm/cli", "@tm/build-config"]
}