Skip to content

Commit

Permalink
reverting changes to .yarnrc
Browse files Browse the repository at this point in the history
  • Loading branch information
honeyn303 authored Jun 5, 2024
1 parent f967c76 commit 5680339
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .yarnrc
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
# 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

"--install.no-progress" true
"--install.non-interactive" true
"--install.prefer-offline" true
yarn-offline-mirror ".yarn-local-mirror"
yarn-path ".yarn/releases/yarn-1.22.19.cjs"
# Disable interactive and progress logs as yarn install is now
# managed by Bazel and we are piping the logs from the underlying
# process running bazel into the parent one running kbn
--install.non-interactive true
--install.no-progress true

0 comments on commit 5680339

Please sign in to comment.