Skip to content

Commit 5150871

Browse files
authored
Merge pull request #25 from nearai/rf-fix
force rm
2 parents f0276ee + 680fb0e commit 5150871

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"lint": "eslint . --ext .ts,.tsx",
1414
"lint:fix": "eslint . --ext .ts,.tsx --fix",
1515
"typecheck": "tsc --noEmit",
16-
"clean": "rm -r dist/*",
16+
"clean": "rm -rf dist/*",
1717
"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",
1818
"build:declaration": "tsc --emitDeclarationOnly",
1919
"cli": "bun run build && dist/near-mcp.js"

0 commit comments

Comments
 (0)