From f658c6b0b76141f565f77d7d964a8f3815a4ef81 Mon Sep 17 00:00:00 2001 From: Rafael Mestre Date: Fri, 1 Aug 2025 10:31:41 -0400 Subject: [PATCH] chore: build early to allow running from github --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 622e58d1..6c5eb96e 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,7 @@ "format": "biome format --write", "lint": "biome lint --write", "postpack": "shx rm -f oclif.manifest.json", + "prepare": "npm run build", "prepack": "oclif manifest && oclif readme", "pretest": "npm run lint && npm run typecheck", "readme": "npm run ci:fix && npm run build && npm exec oclif readme",