From 364c63ffacadb389812e25e24073b13206478d36 Mon Sep 17 00:00:00 2001 From: Priyanka Punukollu Date: Sun, 1 Mar 2026 11:40:57 -0600 Subject: [PATCH] fix: add error handling for locales copy in API build Made-with: Cursor --- apps/api/project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/project.json b/apps/api/project.json index 4e1affb13..b9bf14557 100644 --- a/apps/api/project.json +++ b/apps/api/project.json @@ -48,7 +48,7 @@ "command": "shx cp -r apps/api/src/assets/* dist/apps/api/assets" }, { - "command": "shx cp -r apps/client/src/locales/* dist/apps/api/assets/locales" + "command": "(shx cp -r apps/client/src/locales/. dist/apps/api/assets/locales/ 2>/dev/null) || true" } ], "parallel": false