chore: fix CI failing to release (#1232)

This commit is contained in:
Ralph Khreish
2025-09-22 22:34:12 +02:00
parent 875134247a
commit 9fa79eb026
9 changed files with 350 additions and 61 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"]
}