From 0dcd50b6d3bbafccab73fe564325ee527ca14569 Mon Sep 17 00:00:00 2001 From: web Date: Sun, 30 Nov 2025 17:37:00 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20update=20prepare=20comman?= =?UTF-8?q?d=20to=20use=20bun=20for=20building=20before=20packaging=20admi?= =?UTF-8?q?n=20and=20user=20applications?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .releaserc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.releaserc.json b/.releaserc.json index 88cd997..43c9baa 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -135,7 +135,7 @@ [ "@semantic-release/exec", { - "prepareCmd": "tar -czf admin.tar.gz -C apps/admin dist/ && tar -czf user.tar.gz -C apps/user dist/" + "prepareCmd": "bun run build && tar -czf admin.tar.gz -C apps/admin/dist . && tar -czf user.tar.gz -C apps/user/dist ." } ], [