From b314b0a43440a41c99a52837e3605d5b90e7f300 Mon Sep 17 00:00:00 2001 From: LukeWasTaken <39926192+LukeWasTakenn@users.noreply.github.com> Date: Mon, 8 May 2023 23:58:41 +0200 Subject: [PATCH] fix(package): potential fix for the npm package being uncompiled --- package/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package/package.json b/package/package.json index 541b380..1d4098d 100644 --- a/package/package.json +++ b/package/package.json @@ -6,7 +6,8 @@ "types": "./client/index.d.ts", "main": "index.js", "scripts": { - "prepublish": "tsc" + "compile": "tsc", + "prepublish": "pnpm compile" }, "keywords": [ "fivem",