From 2e7e0b5eeab181824c86d2b0b34a791e92ee454f Mon Sep 17 00:00:00 2001 From: osyrisrblx Date: Sat, 14 Oct 2023 22:14:29 -0400 Subject: [PATCH] Add prepublishOnly script --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index ced1d2d..9e27f0a 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "create-roblox-ts": "out/index.js" }, "scripts": { + "prepublishOnly": "npm run build", "build": "tsc", "build-watch": "tsc -w", "eslint": "eslint \"src/**/*.ts\" --max-warnings 0",