From 6cb1e96b3692ad9fbcbe3878427bc1ca4c6b080f Mon Sep 17 00:00:00 2001 From: Shawn Jackson Date: Mon, 19 Jan 2026 20:11:57 -0800 Subject: [PATCH] RD-T39 Fixing build --- .dockerignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index a0ff880..59c9e2d 100644 --- a/.dockerignore +++ b/.dockerignore @@ -17,7 +17,7 @@ coverage/ *.test.js *.spec.js __tests__/ -__mocks__/ +# Note: __mocks__/ is NOT excluded because metro.config.js uses these mocks for web builds # IDE and editors .idea/