We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f0276ee + 680fb0e commit 5150871Copy full SHA for 5150871
1 file changed
package.json
@@ -13,7 +13,7 @@
13
"lint": "eslint . --ext .ts,.tsx",
14
"lint:fix": "eslint . --ext .ts,.tsx --fix",
15
"typecheck": "tsc --noEmit",
16
- "clean": "rm -r dist/*",
+ "clean": "rm -rf dist/*",
17
"build": "bun run clean && bun build --sourcemap=external --entrypoints $(find ./src -name '*.ts' | grep -v '*.test.ts') --minify --splitting --target node --outdir dist/ && bun run build:declaration",
18
"build:declaration": "tsc --emitDeclarationOnly",
19
"cli": "bun run build && dist/near-mcp.js"
0 commit comments