You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "TPS Monorepo \u2014 CLI and Agent Runtime",
"workspaces": [
"packages/*"
],
"scripts": {
"build": "(cd packages/cli && bun run build || true) && cd packages/agent && bun run build && cd ../cli && rm -rf dist && bun run build && cd ../pi-tps-mail && bun run build",
"test": "cd packages/agent && bun test && cd ../cli && bun test && cd ../pi-tps-mail && bun test",