mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
fixing update for vnext.
This commit is contained in:
parent
2001e5f502
commit
80c996c216
31 changed files with 279 additions and 175 deletions
10
build.ps1
10
build.ps1
|
@ -77,15 +77,9 @@ Function Nunit()
|
|||
Function RunGrunt()
|
||||
{
|
||||
$gruntPath = [environment]::getfolderpath("applicationdata") + '\npm\node_modules\grunt-cli\bin\grunt'
|
||||
|
||||
if(!(Test-Path $gruntPath))
|
||||
{
|
||||
Invoke-Expression 'npm install grunt-cli -g'
|
||||
}
|
||||
|
||||
Invoke-Expression 'npm install'
|
||||
Invoke-Expression 'npm install'
|
||||
|
||||
Invoke-Expression ('node ' + $gruntPath + ' package')
|
||||
Invoke-Expression ('node ' + $gruntPath + ' package')
|
||||
}
|
||||
|
||||
Build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue