refactor: Update Dockerfile and TypeScript configurations for improved build process
This commit is contained in:
@@ -1,16 +1,18 @@
|
||||
{
|
||||
"name": "discord-music-bot",
|
||||
"name": "discord-music-bot",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"build": "tsc -p tsconfig.json",
|
||||
"build:deploy": "tsc -p tsconfig.deploy.json",
|
||||
"build:all": "npm run build && npm run build:deploy",
|
||||
"start": "node dist/index.js",
|
||||
"dev": "ts-node-dev --respawn --transpile-only src/index.ts",
|
||||
"lint": "eslint .",
|
||||
"format": "prettier --write src/**/*.ts deploy-commands.ts",
|
||||
"prepare": "npm run build"
|
||||
"prepare": "npm run build:all"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
|
||||
Reference in New Issue
Block a user