chore: fix CI

This commit is contained in:
Ralph Khreish
2025-09-22 19:25:44 +02:00
parent 05f6242f7e
commit d7ab4609aa
6 changed files with 20 additions and 73 deletions

View File

@@ -9,11 +9,7 @@
"task-master-mcp": "dist/mcp-server.js",
"task-master-ai": "dist/mcp-server.js"
},
"workspaces": [
"apps/*",
"packages/*",
"."
],
"workspaces": ["apps/*", "packages/*", "."],
"scripts": {
"build": "npm run build:build-config && cross-env NODE_ENV=production tsdown",
"dev": "tsdown --watch",
@@ -118,12 +114,7 @@
"bugs": {
"url": "https://github.com/eyaltoledano/claude-task-master/issues"
},
"files": [
"dist/**",
"README-task-master.md",
"README.md",
"LICENSE"
],
"files": ["dist/**", "README-task-master.md", "README.md", "LICENSE"],
"overrides": {
"node-fetch": "^2.6.12",
"whatwg-url": "^11.0.0"