Updating to script args

This commit is contained in:
2023-04-18 22:53:46 +02:00
parent 17051db7aa
commit 8e5c4af4b6
4 changed files with 110 additions and 73 deletions

View File

@@ -4,9 +4,9 @@
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prod:build": "node deploy-commands.js",
"dev:build": "node deploy-testing.js"
"prod:build": "node deploy-commands.js --prod",
"prod:build:context": "node deploy-commands.js --contextmenu",
"dev:build": "node deploy-commands.js --dev"
},
"author": "Taken",
"license": "ISC",