We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc16497 commit 87c62f7Copy full SHA for 87c62f7
common/config/azure-pipelines/templates/build.yaml
@@ -13,3 +13,7 @@ steps:
13
displayName: 'Rush Install'
14
- script: 'node common/scripts/install-run-rush.js rebuild --verbose --production'
15
displayName: 'Rush Rebuild'
16
+ env:
17
+ # Prevent time-based browserslist update warning
18
+ # See https://github.com/microsoft/rushstack/issues/2981
19
+ BROWSERSLIST_IGNORE_OLD_DATA: 1
0 commit comments