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

View File

@@ -1,6 +1,5 @@
{
"name": "@tm/build-config",
"version": "1.0.1",
"description": "Shared build configuration for Task Master monorepo",
"type": "module",
"private": true,
@@ -12,15 +11,8 @@
"import": "./dist/tsdown.base.js"
}
},
"files": [
"dist",
"src"
],
"keywords": [
"build-config",
"tsup",
"monorepo"
],
"files": ["dist", "src"],
"keywords": ["build-config", "tsup", "monorepo"],
"author": "",
"license": "MIT",
"scripts": {