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",
|
"description": "Bot discord",
|
||||||
"main": "src/index.js",
|
"main": "src/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"main": "tsc && node ./dist/index.js",
|
"main": "npx tsc && node ./dist/index.js",
|
||||||
"debug": "tsnd --respawn ./src/index.ts",
|
"debug": "npx tsnd --respawn ./src/index.ts",
|
||||||
"lint": "npx eslint src"
|
"lint": "npx eslint src"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
Loading…
Reference in a new issue