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