Commands.app

yarn config

Configuration

Manage yarn configuration

Examples
Common usage examples

Set a config value

yarn config set <key> <value>

Get a config value

yarn config get <key>

Display current configuration

yarn config list
Notes
  • Configuration is stored in .yarnrc file