From ce73ab98856e702f59e48e1530d58bd57d534183 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Fri, 1 Dec 2023 10:15:04 -0600 Subject: [PATCH] Add compile step to web build --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 388b742cc0..47afa61a36 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,6 +31,7 @@ RUN \. "$NVM_DIR/nvm.sh" && \ nvm use $NODE_VERSION && \ npm install --global yarn && \ yarn && \ + yarn intl:compile && \ yarn build-web # DEBUG