chore: add deploy:dist script for production/docker environments
All checks were successful
Auto Build and Push Docker Image / build (push) Successful in 12s

This commit is contained in:
2026-03-21 07:09:33 +01:00
parent 9b015f5d25
commit 27d3d646d7

View File

@@ -9,7 +9,8 @@
"watch": "tsc -w",
"start": "node dist/index.js",
"dev": "nodemon --watch 'src/**/*.ts' --exec 'node --loader ts-node/esm' src/index.ts",
"deploy": "node --loader ts-node/esm src/deploy-commands.ts"
"deploy": "node --loader ts-node/esm src/deploy-commands.ts",
"deploy:dist": "node dist/deploy-commands.js"
},
"keywords": [
"discord",