1
0

fix package json

This commit is contained in:
2024-05-31 21:56:48 +02:00
parent 31738706e3
commit 71b8b5d9f9

View File

@ -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": "",