Add compile step to web build
This commit is contained in:
@@ -31,6 +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 build-web
|
yarn build-web
|
||||||
|
|
||||||
# DEBUG
|
# DEBUG
|
||||||
|
|||||||
Reference in New Issue
Block a user