1
0

remove docker build stuff

This commit is contained in:
2024-07-17 22:17:28 +02:00
parent ed1d993343
commit 6e802434db
3 changed files with 2 additions and 33 deletions

View File

@ -6,10 +6,9 @@
"scripts": {
"clean": "rm -rf build",
"build": "tsc --build",
"register": "npx ts-node src/register-commands.ts",
"start": "yarn clean && yarn build && yarn register && yarn runBot",
"registerCommands": "npx ts-node src/register-commands.ts",
"start": "yarn clean && yarn build && yarn registerCommands && yarn runBot",
"startNoClean": "yarn build && yarn runBot",
"dockerBuild": "npm run clean && npm run build && yarn run register",
"runBot": "node build/index.js"
},
"keywords": [],