feat: display the quest type in the title, and change the prefix in dev mode
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
"name": "@lbf/discord-bot",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "COMMIT_SHA=$(git rev-parse --short HEAD)-dev tsx src/index.ts",
|
||||
"dev": "NODE_ENV=development COMMIT_SHA=$(git rev-parse --short HEAD)-dev tsx src/index.ts",
|
||||
"start": "node dist/index.js",
|
||||
"build": "rm -rf dist && tsc --project tsconfig.build.json && tsc-alias --project tsconfig.build.json",
|
||||
"dev:user": "COMMIT_SHA=$(git rev-parse --short HEAD)-dev tsx src/index.ts -- --user",
|
||||
"dev:user": "NODE_ENV=development COMMIT_SHA=$(git rev-parse --short HEAD)-dev tsx src/index.ts -- --user",
|
||||
"check": "tsc --noEmit && eslint src/"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user