From e3dbdc3a954c7bb7a5419a18e7e5167163507f3b Mon Sep 17 00:00:00 2001 From: Fascinated Date: Wed, 29 Mar 2023 18:53:11 +0100 Subject: [PATCH] fixes --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 808d944..796a1a1 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Simple util library to fetch data from beatsaber websites", "main": "dist/index.js", "scripts": { - "build": "tsc", + "build": "npx tsc", "test": "jest" }, "repository": {