Skip to content

Commit f98e2e2

Browse files
committed
Add clean script
1 parent c281175 commit f98e2e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mcp-ai-crypto-video-agent/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
"main": "index.js",
55
"private": true,
66
"scripts": {
7+
"clean": "rm -rf dist",
78
"start": "tsx src/index.ts",
8-
"build": "pnpm tsc",
9+
"build": "pnpm clean && pnpm tsc",
910
"biome": "biome check .",
1011
"biome:fix": "biome check . --write"
1112
},

0 commit comments

Comments
 (0)