Compare commits
5 Commits
5994623914
...
6e802434db
Author | SHA1 | Date | |
---|---|---|---|
6e802434db | |||
ed1d993343 | |||
f90798a363 | |||
71b8b5d9f9 | |||
31738706e3 |
@ -6,9 +6,10 @@
|
||||
"scripts": {
|
||||
"clean": "rm -rf build",
|
||||
"build": "tsc --build",
|
||||
"register": "npx ts-node src/register-commands.ts",
|
||||
"start": "yarn run clean && yarn run build && yarn run register && node build/index.js",
|
||||
"startNoClean": "yarn run build && node build/index.js"
|
||||
"registerCommands": "npx ts-node src/register-commands.ts",
|
||||
"start": "yarn clean && yarn build && yarn registerCommands && yarn runBot",
|
||||
"startNoClean": "yarn build && yarn runBot",
|
||||
"runBot": "node build/index.js"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
|
Reference in New Issue
Block a user