Skip to content

Commit 29319b0

Browse files
committed
Bun run bin
1 parent 8e8b2e9 commit 29319b0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
- [2024-10-01] [Bun run bin](https://github.com/RubricLab/package/commit/1ab202522dbb5d80d7bc7e98d889dfac02db5412)
12
- [2024-10-01] [bunx](https://github.com/RubricLab/package/commit/e0a07716d7b1b0e27ae8def0892399906409ca41)
23
- [2024-10-01] [again](https://github.com/RubricLab/package/commit/935a8333e2defb917a0e256ca11bb37a46f2b7aa)
34
- [2024-10-01] [try again](https://github.com/RubricLab/package/commit/9cb731c98cfbadffa77e548b927c462240894de5)

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rubriclab/package",
3-
"version": "0.0.48",
3+
"version": "0.0.49",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/RubricLab/package.git"
@@ -14,7 +14,7 @@
1414
"post-commit": "bun run rubriclab-postcommit"
1515
},
1616
"scripts": {
17-
"postinstall": "bun x rubriclab-setuppackage",
17+
"postinstall": "bun run rubriclab-setuppackage",
1818
"prepare": "bunx simple-git-hooks",
1919
"bleed": "bunx npm-check-updates -u && bun i",
2020
"format": "bun x biome format --write .",

0 commit comments

Comments
 (0)