add npx
This commit is contained in:
parent
721e7dfc87
commit
d46a48380c
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
|||
"description": "Bot discord",
|
||||
"main": "src/index.js",
|
||||
"scripts": {
|
||||
"main": "tsc && node ./dist/index.js",
|
||||
"debug": "tsnd --respawn ./src/index.ts",
|
||||
"main": "npx tsc && node ./dist/index.js",
|
||||
"debug": "npx tsnd --respawn ./src/index.ts",
|
||||
"lint": "npx eslint src"
|
||||
},
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in a new issue