add register commands in package.json
This commit is contained in:
@ -6,7 +6,8 @@
|
||||
"scripts": {
|
||||
"clean": "rm -rf build",
|
||||
"build": "tsc --build",
|
||||
"start": "yarn run clean && yarn run build && node build/index.js",
|
||||
"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"
|
||||
},
|
||||
"keywords": [],
|
||||
|
Reference in New Issue
Block a user