File tree 2 files changed +25
-4
lines changed
common/changes/@microsoft/rush
libraries/rush-lib/assets/rush-init/common/config/rush 2 files changed +25
-4
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "changes" : [
3
+ {
4
+ "comment" : " " ,
5
+ "type" : " none" ,
6
+ "packageName" : " @microsoft/rush"
7
+ }
8
+ ],
9
+ "packageName" : " @microsoft/rush" ,
10
+ "email" : " iclanton@users.noreply.github.com"
11
+ }
Original file line number Diff line number Diff line change 33
33
*/
34
34
/*[LINE "DEMO"]*/ "strictPeerDependencies": true,
35
35
36
+ /**
37
+ * Environment variables that will be provided to PNPM.
38
+ */
39
+ /*[BEGIN "DEMO"]*/
40
+ "environmentVariables" : {
41
+ "NODE_OPTIONS" : {
42
+ "value" : " --max-old-space-size=4096" ,
43
+ "override" : false
44
+ }
45
+ },
46
+ /*[END "DEMO"]*/
47
+
36
48
/**
37
49
* Specifies the location of the PNPM store. There are two possible values:
38
50
*
145
157
*
146
158
* PNPM documentation: https://pnpm.io/package_json#pnpmneverbuiltdependencies
147
159
*/
148
- "globalNeverBuiltDependencies" : [
149
- /*[LINE "HYPOTHETICAL" ]*/ "fsevents"
150
820C
- ],
160
+ "globalNeverBuiltDependencies" : [/*[LINE "HYPOTHETICAL" ]*/ "fsevents"],
151
161
152
162
/**
153
163
* The `globalAllowedDeprecatedVersions` setting suppresses installation warnings for package
161
171
* If you are working to eliminate a deprecated version, it's better to specify `allowedDeprecatedVersions`
162
172
* in the package.json file for individual Rush projects.
163
173
*/
164
- "globalAllowedDeprecatedVersions" : {
174
+ "globalAllowedDeprecatedVersions" : {
165
175
/*[LINE "HYPOTHETICAL"]*/ "request": "*"
166
176
},
167
177
You can’t perform that action at this time.
0 commit comments