chore: add deploy:dist script for production/docker environments
All checks were successful
Auto Build and Push Docker Image / build (push) Successful in 12s
All checks were successful
Auto Build and Push Docker Image / build (push) Successful in 12s
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user