[ubuntu] Add lerna (#2763)

* Add lerna to linux images

* Add a comment about netlify-cli

* remove Node.js tests from Tools.Tests.ps1

* fix tabs

* revert empty lines

* fix code style
This commit is contained in:
Sergey Dolin
2021-02-26 20:06:24 +05:00
committed by GitHub
parent 238c623def
commit 12ba306121
6 changed files with 166 additions and 20 deletions

View File

@@ -280,5 +280,47 @@
"8.0"
]
},
"rubygems": []
"rubygems": [],
"node_modules": [
{
"name": "grunt",
"command": "grunt"
},
{
"name": "gulp",
"command": "gulp"
},
{
"name": "n",
"command": "n"
},
{
"name": "parcel-bundler",
"command": "parcel"
},
{
"name": "typescript",
"command": "tsc"
},
{
"name": "newman",
"command": "newman"
},
{
"name": "vercel",
"command": "vercel"
},
{
"name": "webpack",
"command": "webpack"
},
{
"name": "webpack-cli",
"command": "webpack-cli"
},
{
"name": "netlify-cli",
"command": "netlify"
}
]
}