fix: avoid env vars due to dependabot bug

Because:

* Dependabot is running yarn in a manner that breaks the env var replacmeent
  in .yarnrc.yml.

This commit:

* Removes the env var replacement in .yarnrc.yml.

Closes FXA-10002
This commit is contained in:
Ben Bangert 2024-07-23 23:14:39 +00:00
Родитель 01987a515a
Коммит 0f1c3e4cbd
Не найден ключ, соответствующий данной подписи
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1,6 +1,6 @@
enableGlobalCache: true
nmMode: ${DC_NMMODE:-hardlinks-global}
nmMode: hardlinks-global
nodeLinker: node-modules