From ec0b2cf85ae3fcabe6f5e166d9805668141bf708 Mon Sep 17 00:00:00 2001 From: michael Date: Thu, 31 Dec 2020 21:48:10 +0100 Subject: [PATCH] . --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"