Skip to content

Commit 8c0c0ae

Browse files
committed
fix: bun preinstall
1 parent a2212c5 commit 8c0c0ae

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

bun.lock

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"cli"
1919
],
2020
"scripts": {
21-
"postinstall": "git submodule update --init --recursive packages/opentui",
21+
"preinstall": "git submodule update --init --recursive packages/opentui",
2222
"dev": "bash scripts/dev.sh",
2323
"start-db": "bun --cwd common db:start",
2424
"start-bin": "bun --cwd npm-app start-bin",

0 commit comments

Comments
 (0)