1
0

update package json

This commit is contained in:
2024-05-31 21:54:59 +02:00
parent 5994623914
commit 31738706e3

View File

@ -7,8 +7,10 @@
"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"
"start": "yarn clean && yarn build && yarn register && yarn run",
"startNoClean": "yarn build && yarn run",
"dockerBuild": "npm run clean && npm run build && yarn run register",
"run": "node build/index.js"
},
"keywords": [],
"author": "",