mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-05 12:36:50 -07:00
Add Page Populator from Sonarr
This commit is contained in:
parent
52e3d96f4a
commit
023452e1c3
12 changed files with 244 additions and 69 deletions
3
build.sh
3
build.sh
|
@ -114,6 +114,8 @@ RunGulp()
|
|||
#npm-cache install npm || CheckExitCode npm install --no-optional --no-bin-links
|
||||
ProgressEnd 'npm install'
|
||||
|
||||
LintUI
|
||||
|
||||
ProgressStart 'Running gulp'
|
||||
CheckExitCode npm run build -- --production
|
||||
ProgressEnd 'Running gulp'
|
||||
|
@ -265,7 +267,6 @@ case "$(uname -s)" in
|
|||
;;
|
||||
esac
|
||||
|
||||
LintUI
|
||||
Build
|
||||
RunGulp
|
||||
PackageMono
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue