diff --git a/package.json b/package.json index 9679776..4b20fdb 100644 --- a/package.json +++ b/package.json @@ -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": {