We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2a388c commit f6739ffCopy full SHA for f6739ff
1 file changed
package.json
@@ -38,7 +38,8 @@
38
"publish:npm": "node scripts/publish.mjs --npm",
39
"publish:mcp": "node scripts/publish.mjs --mcp",
40
"publish:dry": "node scripts/publish.mjs --dry",
41
- "build": "tsc",
+ "clean": "node -e \"const {rmSync}=require('fs'); try{rmSync('dist',{recursive:true})}catch{}\"",
42
+ "build": "npm run clean && tsc",
43
"dev": "tsx watch src/server.ts",
44
"start": "node dist/server.js",
45
"auth:setup": "node dist/setup-auth.js",
0 commit comments