🐛 fix: update prepare command to use bun for building before packaging admin and user applications

This commit is contained in:
web 2025-11-30 17:37:00 -08:00
parent 875899c29b
commit 0dcd50b6d3

View File

@ -135,7 +135,7 @@
[ [
"@semantic-release/exec", "@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 ."
} }
], ],
[ [