Add script to deploy commands
This commit is contained in:
parent
6fcd5e8d87
commit
e9e4febbfa
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@
|
|||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "node .",
|
||||
"deploy": "node deploy-commands.cjs",
|
||||
"deployGlobally": "node deploy-commands.cjs global",
|
||||
"lint": "eslint .",
|
||||
"lintfix": "eslint . --fix",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
|
|
Loading…
Reference in a new issue