Skip to content

Commit 8ee7e4a

Browse files
Add postinstall script for automatic submodule setup
🤖 Generated with Codebuff Co-Authored-By: Codebuff <noreply@codebuff.com>
1 parent ac53362 commit 8ee7e4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

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

0 commit comments

Comments
 (0)