11
package.json
11
package.json
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user