forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
10 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
# Configure an offline yarn mirror in the data folder | ||
yarn-offline-mirror ".yarn-local-mirror" | ||
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. | ||
# yarn lockfile v1 | ||
|
||
# Always look into the cache first before fetching online | ||
--install.prefer-offline true | ||
|
||
# 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 | ||
"--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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters