fix submodule spelling

This commit is contained in:
Lio Young 2021-04-15 19:45:02 +02:00 committed by GitHub
parent 02bb7f97c1
commit 5054826e7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +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",
"init": "git submodule init && git submodule update",
"update:subs": "git submodule update --remote"
},
"repository": {