Run extract
and compile
when building for web (#3132)
This commit is contained in:
parent
800eecbfe4
commit
d5b0a33ae3
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ RUN \. "$NVM_DIR/nvm.sh" && \
|
||||||
nvm use $NODE_VERSION && \
|
nvm use $NODE_VERSION && \
|
||||||
npm install --global yarn && \
|
npm install --global yarn && \
|
||||||
yarn && \
|
yarn && \
|
||||||
yarn intl:compile && \
|
yarn intl:build && \
|
||||||
yarn build-web
|
yarn build-web
|
||||||
|
|
||||||
# DEBUG
|
# DEBUG
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue