From 0ba1e64b44f6e03ca4da0e933ea59732a980d2ef Mon Sep 17 00:00:00 2001 From: Lordfirespeed <28568841+Lordfirespeed@users.noreply.github.com> Date: Tue, 16 Jul 2024 17:43:11 +0100 Subject: [PATCH] chore: add `prepublishOnly` script --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 9342de0..066f32a 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,7 @@ "check:fix": "biome check --write .", "build": "tsup", "build:clean": "npm run clean && npm run build", + "prepublishOnly": "npm run build:clean", "pack": "npm pack", "pack:clean": "rm -rf *.tgz && npm run pack", "prebuild": "npm run type-check",