fix package json
This commit is contained in:
@ -7,10 +7,10 @@
|
||||
"clean": "rm -rf build",
|
||||
"build": "tsc --build",
|
||||
"register": "npx ts-node src/register-commands.ts",
|
||||
"start": "yarn clean && yarn build && yarn register && yarn run",
|
||||
"startNoClean": "yarn build && yarn run",
|
||||
"start": "yarn clean && yarn build && yarn register && yarn runBot",
|
||||
"startNoClean": "yarn build && yarn runBot",
|
||||
"dockerBuild": "npm run clean && npm run build && yarn run register",
|
||||
"run": "node build/index.js"
|
||||
"runBot": "node build/index.js"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
|
Reference in New Issue
Block a user