forked from MetaMask/metamask-extension
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.skills.local.example
More file actions
26 lines (26 loc) · 1.27 KB
/
Copy path.skills.local.example
File metadata and controls
26 lines (26 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Template for per-engineer skills config used by `yarn skills`.
# Copy this file to `.skills.local` (gitignored).
#
# Zero-config default: the `postinstall` hook clones MetaMask/skills into
# `.skills-cache/metamask-skills` on every `yarn install`. `yarn skills`
# auto-detects that cache when no env var is set — nothing to do.
#
# Optional persistent skills config belongs in this file. Environment variables
# with the same names are only for one-off shell or CI overrides and take
# precedence over this file.
# METAMASK_SKILLS_DIR path to MetaMask/skills checkout (public, no auth)
# CONSENSYS_SKILLS_DIR path to Consensys/skills checkout (private overlay)
#
# Example local setup (only if you want to override the cache):
# METAMASK_SKILLS_DIR=~/dev/metamask/skills
# CONSENSYS_SKILLS_DIR=~/dev/Consensys/skills # optional
#
# Default behavior installs ALL domains. Set SKILLS_DOMAINS to opt out of some:
# SKILLS_DOMAINS= # all (default)
# SKILLS_DOMAINS=perps # single domain
# SKILLS_DOMAINS=perps,testing,pr-workflow # multiple domains
#
# Override per-run with `SKILLS_DOMAINS=... yarn skills` or `--domain <list>`.
# Pick interactively with `yarn skills --select`.
# Use `yarn skills --reset` to wipe.
SKILLS_DOMAINS=