fix: exit process with a status code when build fails (#11206)

Fixes: FRMW-2897
CLOSES CLO-434

Still need the frontend Admin bundler to provide some way to know if the build has failed or not.
This commit is contained in:
Harminder Virk
2025-01-29 14:04:47 +05:30
committed by GitHub
parent 1e6f47d662
commit 716de2cb3a
4 changed files with 37 additions and 23 deletions
+6
View File
@@ -0,0 +1,6 @@
---
"@medusajs/medusa": patch
"@medusajs/framework": patch
---
fix: exit process with a status code when build fails