Skip to content

Instantly share code, notes, and snippets.

@hamzahamidi
Created March 29, 2019 15:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hamzahamidi/a54eb432454a71de8eea8a970b70484a to your computer and use it in GitHub Desktop.
Save hamzahamidi/a54eb432454a71de8eea8a970b70484a to your computer and use it in GitHub Desktop.
yarn configuration file
registry "registry"
save-prefix "save-prefix"
ignore-scripts "ignore-scripts"
ignore-platform "ignore-platform"
ignore-engines "ignore-engines"
ignore-optional "ignore-optional"
force "force"
disable-self-update-check "disable-self-update-check"
lastUpdateCheck "lastUpdateCheck"
name "init-author-name"
email "init-author-email"
url "init-author-url"
default "init-version"
default "init-license"
version-git-tag "version-git-tag"
message "version-git-/message"
constsign "version-sign-git-tag"
constprefix "version-tag-prefix"
registry "registry"
noProgressConfig "no-progress"
always-auth "always-auth"
network-concurrency "network-concurrency"
child-concurrency "child-concurrency"
network-timeout "network-timeout"
userAgent "user-agent"
httpProxy "proxy"
httpsProxy "https-proxy"
strictSSL "strict-ssl"
ca "ca"
cafile "cafile"
cert "cert"
key "key"
cache-folder "cache-folder"
yarn-offline-mirror-pruning "yarn-offline-mirror-pruning"
production "production"
registry "registry"
customEnv "env"
@hamzahamidi
Copy link
Author

Be careful of whitespaces

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment