1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2024-12-22 15:53:23 +00:00

Update build.sh

This commit is contained in:
Qstick 2018-01-23 23:22:01 -05:00 committed by GitHub
parent 663452b2c5
commit 8c1e47e9fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -131,7 +131,7 @@ RunGulp()
LintUI
ProgressStart 'Running gulp'
CheckExitCode yarn build --production
CheckExitCode yarn run build --production
ProgressEnd 'Running gulp'
}