File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5555 "build" : " bun run bun:build && bun run tsc:dts" ,
5656 "bun:build" : " bun build ./src/index.ts --outdir=./dist --target=node" ,
5757 "tsc:dts" : " bunx tsc --project ./tsconfigDts.json --declaration" ,
58- "incr_version" : " npm version patch --no-git-tag-version" ,
59- "incr_version:beta" : " npm version prerelease --no-git-tag-version --preid beta" ,
58+ "incr_version" : " bun pm version patch --no-git-tag-version" ,
59+ "incr_version:beta" : " bun pm version prerelease --no-git-tag-version --preid beta" ,
6060 "npm:publish" : " bun run test && bun run incr_version && bun run build && npm publish --access public" ,
6161 "npm:publish:beta" : " bun run test && bun run incr_version:beta && bun run build && npm publish --access public --tag beta" ,
6262 "jsr:publish" : " bun run ./update_jsr_version.ts && bunx jsr publish"
You can’t perform that action at this time.
0 commit comments