From ccf48bbd721367b90811cf1c93b4d4608df3c241 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Sat, 22 Feb 2025 21:20:09 +0100 Subject: [PATCH] use npx --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a0d19ae..2ea34b7 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "main": "./dist/index.js", "typings": "./dist/index.d.ts", "scripts": { - "build": "tsc", + "build": "npx tsc", "prepare": "npm run build" }, "devDependencies": {