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