Skip to content

Commit

Permalink
fix(ci): bun x
Browse files Browse the repository at this point in the history
  • Loading branch information
jamonholmgren committed Oct 12, 2023
1 parent 9ea274b commit d396403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"module": "./src/bluebun.ts",
"types": "./_types.d.ts",
"scripts": {
"ci:publish": "bunx --bun dts-bundle-generator --out-file=./_types.d.ts --project=tsconfig.json ./src/bluebun.ts && bun run semantic-release"
"ci:publish": "bun x --bun dts-bundle-generator --out-file=./_types.d.ts --project=tsconfig.json ./src/bluebun.ts && bun run semantic-release"
},
"bin": {
"bluebun": "./bluebun"
Expand Down

0 comments on commit d396403

Please sign in to comment.