undo package.json changes

This commit is contained in:
Ralph Khreish
2025-09-07 15:51:24 -07:00
parent 84056d63cd
commit 022280024c

View File

@@ -19,10 +19,10 @@
"build:packages": "npm run build:core && npm run build:cli",
"build:core": "cd packages/tm-core && npm run build",
"build:cli": "cd apps/cli && npm run build",
"test": "vitest run",
"test:fails": "vitest run --changed",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"test": "node --experimental-vm-modules node_modules/.bin/jest",
"test:fails": "node --experimental-vm-modules node_modules/.bin/jest --onlyFailures",
"test:watch": "node --experimental-vm-modules node_modules/.bin/jest --watch",
"test:coverage": "node --experimental-vm-modules node_modules/.bin/jest --coverage",
"test:e2e": "./tests/e2e/run_e2e.sh",
"test:e2e-report": "./tests/e2e/run_e2e.sh --analyze-log",
"postpack": "chmod +x dist/task-master.js dist/mcp-server.js",