Added delete commands script

This commit is contained in:
2023-12-04 11:23:27 +01:00
parent e0cf09c936
commit 0d3b01bbff
2 changed files with 21 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
"scripts": {
"dev": "nodemon",
"dev:build": "node scripts/dev-deploy.js",
"dev:delete": "node scripts/delete-commands.js",
"lint": "eslint_d src",
"lint:fix": "eslint_d --fix src",
"prod:build:global": "node scripts/deploy-commands.js --prod",