mirror of
https://github.com/elastic/kibana.git
synced 2025-04-21 08:19:33 -04:00
* chore(NA): enable --prefer-offline by default * chore(NA): use prefer offline in the yarnrc * chore(NA): update kbn pm * chore(NA): add yarn offline mirror integration * chore(NA): remove non wanted prune feature due to switching between branches * chore(NA): re-introduce babel require hook # Conflicts: # .ci/packer_cache_for_branch.sh # .gitignore # vars/kibanaCoverage.groovy # vars/kibanaTeamAssign.groovy
5 lines
184 B
Text
5 lines
184 B
Text
# Configure an offline yarn mirror in the data folder
|
|
yarn-offline-mirror ".yarn-local-mirror"
|
|
|
|
# Always look into the cache first before fetching online
|
|
--install.prefer-offline true
|