Skip to content

Commit 68dc139

Browse files
committed
chore: submodule branch and auto update
1 parent d384f8f commit 68dc139

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.gitmodules

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[submodule "etherpad-lite"]
22
path = etherpad-lite
33
url = [email protected]:msgbyte/etherpad-lite.git
4+
branch = tailchat-develop

etherpad-lite

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"author": "moonrailgun",
44
"private": true,
55
"scripts": {
6-
"dev": "ts-node ./runner"
6+
"dev": "ts-node ./runner",
7+
"postinstall": "git submodule init && git submodule update"
78
},
89
"dependencies": {
910
"tailchat-server-sdk": "^0.0.3"

0 commit comments

Comments
 (0)