1
0

Compare commits

5 Commits

Author SHA1 Message Date
6e802434db remove docker build stuff 2024-07-17 22:17:28 +02:00
ed1d993343 add entrypoint to dockerfile 2024-05-31 22:52:37 +02:00
f90798a363 add dockerfile and build yaml 2024-05-31 22:39:32 +02:00
71b8b5d9f9 fix package json 2024-05-31 21:56:48 +02:00
31738706e3 update package json 2024-05-31 21:54:59 +02:00

View File

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