From 59227adc07e6d93b26d6330ad52ed24aa98dedf4 Mon Sep 17 00:00:00 2001 From: Owen Date: Sun, 13 Oct 2024 13:50:11 +0100 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7e25000..d996f5b 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "default": "./dist/main.js" }, "scripts": { - "prepublishOnly": "bun run docs", + "prepublishOnly": "bun run build && bun run docs", "ci": "bun run lint && bun run test && bun run build", "lint": "eslint .", "clean": "rimraf dist",