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