Run `extract` and `compile` when building for web (#3132)

zio/stable
Hailey 2024-03-06 12:27:49 -08:00 committed by GitHub
parent 800eecbfe4
commit d5b0a33ae3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ RUN \. "$NVM_DIR/nvm.sh" && \
nvm use $NODE_VERSION && \
npm install --global yarn && \
yarn && \
yarn intl:compile && \
yarn intl:build && \
yarn build-web
# DEBUG