Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
2023-09-11 19:21:08 +02:00
parent 2c3f17a2de
commit e798ed1003

View File

@@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"dev": "nodemon",
"dev:build": "node scripts/dev-deploy.js"
"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"
},