-
- Downloads
fix: don't use --package-lock-only for npm install (#1544)
* Revert "fix: disable reusing existing package-lock.json when upgrading (#1530)" This reverts commit 2728e399. * switch from —package-lock-only to —ignore-scripts Removing `--package-lock-only` option from npm installs due to https://github.com/npm/npm/issues/19852 Pretty sure this fixes #1495
Showing
- lib/workers/branch/lerna.js 1 addition, 1 deletionlib/workers/branch/lerna.js
- lib/workers/branch/lock-files.js 0 additions, 3 deletionslib/workers/branch/lock-files.js
- lib/workers/branch/npm.js 1 addition, 1 deletionlib/workers/branch/npm.js
- test/workers/branch/lock-files.spec.js 4 additions, 4 deletionstest/workers/branch/lock-files.spec.js
Loading
Please register or sign in to comment