Fix makefile.shade
This commit is contained in:
parent
af80d4493e
commit
8500226272
|
|
@ -16,6 +16,6 @@ var localTscExists = '${ File.Exists(localTsc) }'
|
||||||
var installCommand = 'install ${E("KOREBUILD_NPM_INSTALL_OPTIONS")} --prefix "${nodeDirectory}" typescript'
|
var installCommand = 'install ${E("KOREBUILD_NPM_INSTALL_OPTIONS")} --prefix "${nodeDirectory}" typescript'
|
||||||
npm npmCommand="${installCommand}" if="!localTscExists"
|
npm npmCommand="${installCommand}" if="!localTscExists"
|
||||||
@{
|
@{
|
||||||
E("PATH", $"{nodeBin}{Path.PathSeparator}{E("PATH")}");
|
E("PATH", nodeBin + Path.PathSeparator + E("PATH"));
|
||||||
Console.WriteLine("PATH:" + E("PATH"));
|
Console.WriteLine("PATH:" + E("PATH"));
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue