From bcb522d9c12e109e12472c799d4c65a419cdf98c Mon Sep 17 00:00:00 2001 From: LukeWasTaken <39926192+LukeWasTakenn@users.noreply.github.com> Date: Tue, 9 May 2023 00:12:55 +0200 Subject: [PATCH] fix(fix): fix potential package prepublish fix --- package/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/package.json b/package/package.json index 1d4098d..272a2d6 100644 --- a/package/package.json +++ b/package/package.json @@ -7,7 +7,7 @@ "main": "index.js", "scripts": { "compile": "tsc", - "prepublish": "pnpm compile" + "prepare": "npm run compile" }, "keywords": [ "fivem",