From d46a48380ca3b7a16bbcb9953a89f90166ede25b Mon Sep 17 00:00:00 2001 From: Mylloon Date: Wed, 20 Jul 2022 12:53:01 +0200 Subject: [PATCH] add npx --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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": {