Updating env management

This commit is contained in:
2023-09-11 19:18:28 +02:00
parent b5a767eb53
commit 2c3f17a2de
4 changed files with 25 additions and 4 deletions

View File

@@ -4,8 +4,10 @@
"description": "",
"main": "index.js",
"scripts": {
"prod:build": "node scripts/deploy-commands.js --prod",
"dev:build": "node scripts/deploy-commands.js --dev"
"dev": "nodemon",
"dev:build": "node scripts/dev-deploy.js"
"prod:build:global": "node scripts/deploy-commands.js --prod",
"prod:build:user": "node scripts/deploy-commands.js --dev"
},
"author": "Taken",
"license": "ISC",