From ceba9ae92e863d7185c40054e8218e76a483f6a8 Mon Sep 17 00:00:00 2001 From: Jan Amann Date: Wed, 9 Oct 2024 11:21:17 +0200 Subject: [PATCH] fix: Repair package publishing workflow (this release doesn't include any library changes) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ff58da030..d14142066 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "build": "turbo run build --env-mode=loose", "test": "turbo run test --concurrency 1 --env-mode=loose", "lint": "turbo run lint --env-mode=loose", - "prepare": "turbo run build --filter './packages/**' --env-mode=loose", + "postinstall": "turbo run build --filter './packages/**' --env-mode=loose", "size": "turbo run size --env-mode=loose", "publish": "lerna publish" },