Re-order frontend build steps

(cherry picked from commit 97ad6682f7d54af8886144bc5a179fa7242f1f1f)
pull/1809/head
Mark McDowall 3 years ago committed by Bogdan
parent 72e6d66269
commit d52e1259a1

@ -392,22 +392,22 @@ then
fi
fi
if [ "$FRONTEND" = "YES" ];
then
YarnInstall
RunWebpack
fi
if [ "$LINT" = "YES" ];
then
if [ -z "$FRONTEND" ];
then
YarnInstall
fi
LintUI
fi
if [ "$FRONTEND" = "YES" ];
then
YarnInstall
RunWebpack
fi
if [ "$PACKAGES" = "YES" ];
then
UpdateVersionNumber

Loading…
Cancel
Save