add scripts to init submodules

This commit is contained in:
Lio Melio 2021-04-09 00:58:55 +02:00
parent 2b0ddfad1f
commit dd069a35c6
No known key found for this signature in database
GPG Key ID: 7B114FAB346B238B
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
"build": "tsc",
"start": "node build/index.js",
"dev": "rm -r build && npm run build && npm run start",
"init": "git submodules init && git submodule update",
"update:subs": "git submodule update --remote"
},
"repository": {