mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
This commit is contained in:
parent
eef43e1e95
commit
a76d1b6e89
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