fix script

This commit is contained in:
Lio Young 2021-07-08 22:16:29 +02:00
parent 7dda54d70d
commit 1075035e1d
1 changed files with 2 additions and 2 deletions

View File

@ -6,9 +6,9 @@
"scripts": {
"node:build": "rm -rf build/ && tsc",
"node:start": "node build/shard.js",
"node:dev": "nodemon --ignore \"build/\" -e js,ts --exec \"npm run build && npm run start\"",
"node:dev": "nodemon --ignore \"build/\" -e js,ts --exec \"npm run node:build && npm run node:start\"",
"docker:build": "docker-compose build",
"docker:start": "docker-compose up -d",
"docker:up": "docker-compose up -d",
"docker:down": "docker-compose down",
"git:init": "npm run subs:init && npm run subs:update",
"subs:init": "git submodule init && git submodule update",