diff --git a/package.json b/package.json index 092de74..c026443 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "", "main": "index.js", "scripts": { - "build": "npx tsc -p ./tsconfig.json", + "build": "tsc -p ./tsconfig.json", "start": "node dist/index.js", "start-debug": "nodemon --inspect dist/index.js", "test": "echo \"Error: no test specified\" && exit 1"