mirror of
https://github.com/Radarr/Radarr
synced 2025-01-03 05:44:50 +00:00
Re-order frontend build steps
(cherry picked from commit 97ad6682f7d54af8886144bc5a179fa7242f1f1f)
This commit is contained in:
parent
43a0e75acf
commit
722c20a5dc
1 changed files with 7 additions and 7 deletions
12
build.sh
12
build.sh
|
@ -392,12 +392,6 @@ then
|
|||
fi
|
||||
fi
|
||||
|
||||
if [ "$FRONTEND" = "YES" ];
|
||||
then
|
||||
YarnInstall
|
||||
RunWebpack
|
||||
fi
|
||||
|
||||
if [ "$LINT" = "YES" ];
|
||||
then
|
||||
if [ -z "$FRONTEND" ];
|
||||
|
@ -408,6 +402,12 @@ then
|
|||
LintUI
|
||||
fi
|
||||
|
||||
if [ "$FRONTEND" = "YES" ];
|
||||
then
|
||||
YarnInstall
|
||||
RunWebpack
|
||||
fi
|
||||
|
||||
if [ "$PACKAGES" = "YES" ];
|
||||
then
|
||||
UpdateVersionNumber
|
||||
|
|
Loading…
Reference in a new issue