You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/rush-lib/src/schemas/rush.schema.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@
58
58
"type": "object",
59
59
"properties": {
60
60
"pnpmStore": {
61
-
"description": "Specifies the location of the PNPM store. There are two possible values:\n\n\"local\" - uuse the \"pnpm-store\" folder in the current configured temp folder: \"common/temp/pnpm-store\" by default.\n\"global\" - use PNPM's global store, which has the benefit of being shared across multiple repo folders, but the disadvantage of less isolation for builds (e.g. bugs or incompatibilities when two repos use different releases of PNPM)\n\nThe default value is \"local\".\n\nIn all cases, the store path will be overridden by the environment variable RUSH_PNPM_STORE_PATH",
61
+
"description": "Specifies the location of the PNPM store. There are two possible values:\n\n\"local\" - use the \"pnpm-store\" folder in the current configured temp folder: \"common/temp/pnpm-store\" by default.\n\"global\" - use PNPM's global store, which has the benefit of being shared across multiple repo folders, but the disadvantage of less isolation for builds (e.g. bugs or incompatibilities when two repos use different releases of PNPM)\n\nIn all cases, the store path will be overridden by the environment variable RUSH_PNPM_STORE_PATH.\n\nThe default value is \"local\".",
0 commit comments