We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c566045 commit af2b723Copy full SHA for af2b723
1 file changed
package.json
@@ -57,7 +57,7 @@
57
"coverage": "c8 npm run test",
58
"generate": "curl https://raw.githubusercontent.com/google-a2a/A2A/refs/heads/main/specification/json/a2a.json > spec.json && node scripts/generateTypes.js && rm spec.json",
59
"sample:cli": "tsx src/samples/cli.ts",
60
- "prepare": "npm run build && npm run generate",
+ "prepare": "npm run build",
61
"sample:movie-agent": "tsx src/samples/agents/movie-agent/index.ts"
62
},
63
"dependencies": {
0 commit comments