Try to make build server do the npm/gulp tasks on it's own

This commit is contained in:
Sebastiaan Janssen
2017-09-12 11:20:46 +02:00
parent fb2f9cea64
commit 4cb7b29f60

View File

@@ -520,7 +520,7 @@ function Build-Umbraco
if ($target -eq "pre-build")
{
Prepare-Build $uenv
Compile-Belle $uenv $version
#Compile-Belle $uenv $version
# set environment variables
$env:UMBRACO_VERSION=$version.Semver.ToString()