Signed-off-by: Dmytro Stanchiev <git@dmytros.dev>
This commit is contained in:
2026-04-19 19:12:13 -04:00
parent cfcdc7eea2
commit 25291b2ba4
6 changed files with 27 additions and 6 deletions

View File

@@ -18,12 +18,11 @@
}
},
"scripts": {
"build": "bun build src/index.ts --outdir dist --target bun --format esm --external @ast-grep/napi && tsc --emitDeclarationOnly",
"clean": "rm -rf dist",
"prepare": "bun run build",
"prepublishOnly": "bun run clean && bun run build",
"typecheck": "tsc --noEmit",
"test": "bun test"
"bundle": "./build.sh",
"clean": "./clean.sh",
"prepublishOnly": "./prepublish.sh",
"typecheck": "./typecheck.sh",
"test": "./test.sh"
},
"keywords": [
"opencode",