We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c281175 commit f98e2e2Copy full SHA for f98e2e2
mcp-ai-crypto-video-agent/package.json
@@ -4,8 +4,9 @@
4
"main": "index.js",
5
"private": true,
6
"scripts": {
7
+ "clean": "rm -rf dist",
8
"start": "tsx src/index.ts",
- "build": "pnpm tsc",
9
+ "build": "pnpm clean && pnpm tsc",
10
"biome": "biome check .",
11
"biome:fix": "biome check . --write"
12
},
0 commit comments