mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[plugin helpers] Using --pure-lockfile instead of --frozen-lockfile (#17275)
This commit is contained in:
parent
0ca3984503
commit
a25f0c0ccb
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ module.exports = function createBuild(plugin, buildTarget, buildVersion, kibanaV
|
|||
stdio: ['ignore', 'ignore', 'pipe'],
|
||||
};
|
||||
|
||||
execFileSync(winCmd('yarn'), ['install', '--production', '--frozen-lockfile'], options);
|
||||
execFileSync(winCmd('yarn'), ['install', '--production', '--pure-lockfile'], options);
|
||||
})
|
||||
.then(function () {
|
||||
const buildFiles = [relative(buildTarget, buildRoot) + '/**/*'];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue