Merge pull request #6063 from mozilla/payment-server-fxa-shared-dep

fix(payments): add fxa-shared and fxa-react as CI dependencies for fxa-payments-server
This commit is contained in:
Les Orchard 2020-07-29 09:59:06 -07:00 коммит произвёл GitHub
Родитель 7be1e7be0e dc77f5c3b8
Коммит 5397bac510
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 8 добавлений и 0 удалений

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

@ -62,6 +62,14 @@
"fxa-profile-server": [
"fxa-auth-server",
"fxa-shared"
],
"fxa-payments-server": [
"fxa-shared",
"fxa-react"
],
"fxa-settings": [
"fxa-shared",
"fxa-react"
]
}
},