chore: fix CI failing to release

This commit is contained in:
Ralph Khreish
2025-09-22 21:33:12 +02:00
parent 05f6242f7e
commit f8ede8886a
7 changed files with 22 additions and 81 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": {