fix npm commands

This commit is contained in:
Lio Young 2021-05-05 15:02:01 +02:00
parent 1c1756d180
commit 52a0491fb9
2 changed files with 3 additions and 1257 deletions

1256
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

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