Add compile step to web build

This commit is contained in:
Eric Bailey
2023-12-01 10:15:04 -06:00
parent f2e0da9c8e
commit ce73ab9885
+1
View File
@@ -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