mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 18:57:39 -07:00
Run gulp using npm Simplifies usage of gulp and makes sure everyone is using same version
This commit is contained in:
parent
9de92d18e1
commit
1293bab868
4 changed files with 7 additions and 6 deletions
2
build.sh
2
build.sh
|
@ -106,7 +106,7 @@ RunGulp()
|
|||
echo "##teamcity[progressFinish 'npm install']"
|
||||
|
||||
echo "##teamcity[progressStart 'Running Gulp']"
|
||||
CheckExitCode gulp build
|
||||
CheckExitCode npm run build
|
||||
echo "##teamcity[progressFinish 'Running Gulp']"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue