kibana/.yarnrc
Tiago Costa f93ffd2693
chore(NA): enable yarn prefer offline and local mirror for development (#84124) (#84297)
* 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
2020-11-25 02:39:01 +00:00

6 lines
184 B
Plaintext

# 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