mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-28 12:27:54 +08:00
@@ -31,3 +31,4 @@ npm install -g gulp-cli
|
||||
npm install -g parcel-bundler
|
||||
npm install -g --save-dev webpack webpack-cli
|
||||
npm install -g yarn
|
||||
npm install -g lerna
|
||||
|
||||
@@ -26,6 +26,16 @@ else
|
||||
exit 1
|
||||
}
|
||||
|
||||
if(Get-Command -Name 'lerna')
|
||||
{
|
||||
Write-Host "lerna $(lerna --version) on path"
|
||||
}
|
||||
else
|
||||
{
|
||||
Write-Host "lerna is not on path"
|
||||
exit 1
|
||||
}
|
||||
|
||||
|
||||
|
||||
if( $(node --version) -match 'v(?<version>.*)' )
|
||||
|
||||
Reference in New Issue
Block a user