@lerna/npm-install
Advanced tools
Comparing version 3.0.0-beta.13 to 3.0.0-beta.15
@@ -6,2 +6,14 @@ # Change Log | ||
<a name="3.0.0-beta.15"></a> | ||
# [3.0.0-beta.15](https://github.com/lerna/lerna/compare/v3.0.0-beta.14...v3.0.0-beta.15) (2018-04-09) | ||
### Features | ||
* **bootstrap:** Use `npm ci` with `--ci` option ([#1360](https://github.com/lerna/lerna/issues/1360)) ([d7e33c6](https://github.com/lerna/lerna/commit/d7e33c6)) | ||
<a name="3.0.0-beta.13"></a> | ||
@@ -8,0 +20,0 @@ # [3.0.0-beta.13](https://github.com/lerna/lerna/compare/v3.0.0-beta.12...v3.0.0-beta.13) (2018-03-31) |
@@ -15,6 +15,9 @@ "use strict"; | ||
function npmInstall(pkg, { registry, npmClient, npmClientArgs, npmGlobalStyle, mutex, stdio = "pipe" }) { | ||
function npmInstall( | ||
pkg, | ||
{ registry, npmClient, npmClientArgs, npmGlobalStyle, mutex, stdio = "pipe", subCommand = "install" } | ||
) { | ||
// build command, arguments, and options | ||
const opts = getExecOpts(pkg, registry); | ||
const args = ["install"]; | ||
const args = [subCommand]; | ||
let cmd = npmClient || "npm"; | ||
@@ -21,0 +24,0 @@ |
{ | ||
"name": "@lerna/npm-install", | ||
"version": "3.0.0-beta.13", | ||
"version": "3.0.0-beta.15", | ||
"description": "TODO", | ||
@@ -41,3 +41,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "4cae54bce76bf156e71a2881418104c442f97c62" | ||
"gitHead": "f7a8e7bc271a5966035a5cbe3bf0eee556c8053a" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6759
110