mirror of
https://github.com/Sonarr/Sonarr
synced 2025-12-06 08:28:37 +01:00
fixed gulp build
This commit is contained in:
parent
9c14ca0f39
commit
5876ab487c
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
|
@ -115,7 +115,7 @@ RunGulp()
|
||||||
echo "##teamcity[progressFinish 'npm install']"
|
echo "##teamcity[progressFinish 'npm install']"
|
||||||
|
|
||||||
echo "##teamcity[progressStart 'Running Gulp']"
|
echo "##teamcity[progressStart 'Running Gulp']"
|
||||||
CheckExitCode npm gulp build
|
CheckExitCode gulp build
|
||||||
echo "##teamcity[progressFinish 'Running Gulp']"
|
echo "##teamcity[progressFinish 'Running Gulp']"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue