Skip to content

Commit

Permalink
chore(package): use bun runtime for scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Apr 8, 2024
1 parent 934afd5 commit cbea275
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"types": "./dist/index.d.ts",
"scripts": {
"index:components": "bun scripts/index-components.ts",
"prepack": "tsc -p tsconfig.build.json",
"format": "prettier --write ."
"prepack": "bunx --bun tsc -p tsconfig.build.json",
"format": "bunx --bun prettier --write ."
},
"dependencies": {
"magic-string": "^0.30.8",
Expand Down

0 comments on commit cbea275

Please sign in to comment.