Skip to content

Commit 93d4005

Browse files
committed
Use bun x instead of bunx
1 parent a9a9077 commit 93d4005

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
- [2024-10-02] [Use bun x instead of bunx](https://github.com/RubricLab/package/commit/d275bcc6e64a1dd86a86d174c4cf91f392df67ad)
12
- [2024-10-01] [Run with bunx](https://github.com/RubricLab/package/commit/3eaf4da606419744daf7306c609acec43041158a)
23
- [2024-10-01] [Bun run bin](https://github.com/RubricLab/package/commit/29319b0949a45cb696fa69c3a7251eb6c2dc4393)
34
- [2024-10-01] [Bun run bin](https://github.com/RubricLab/package/commit/1ab202522dbb5d80d7bc7e98d889dfac02db5412)

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rubriclab/package",
3-
"version": "0.0.51",
3+
"version": "0.0.52",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/RubricLab/package.git"
@@ -15,8 +15,8 @@
1515
},
1616
"scripts": {
1717
"postinstall": "bun x @rubriclab/package rubriclab-setuppackage",
18-
"prepare": "bunx simple-git-hooks",
19-
"bleed": "bunx npm-check-updates -u && bun i",
18+
"prepare": "bun x simple-git-hooks",
19+
"bleed": "bun x npm-check-updates -u && bun i",
2020
"format": "bun x biome format --write .",
2121
"lint": "bun x biome check .",
2222
"lint:fix": "bun x biome lint .",

0 commit comments

Comments
 (0)