Add BROWSERSLIST_IGNORE_OLD_DATA env var during build.

This commit is contained in:
Ian Clanton-Thuon 2024-03-27 18:29:40 -04:00
Родитель bc164976fb
Коммит 87c62f7d4d
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -13,3 +13,7 @@ steps:
displayName: 'Rush Install'
- script: 'node common/scripts/install-run-rush.js rebuild --verbose --production'
displayName: 'Rush Rebuild'
env:
# Prevent time-based browserslist update warning
# See https://github.com/microsoft/rushstack/issues/2981
BROWSERSLIST_IGNORE_OLD_DATA: 1