chore(install): git clone fxa-js-client during install

This commit is contained in:
Vlad Filippov 2017-02-22 15:36:32 -05:00 коммит произвёл GitHub
Родитель 98076b69da
Коммит d5e0e49f4c
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -8,6 +8,8 @@ ulimit -S -n 2048 || echo "Setting ulimit failed"
git clone https://github.com/mozilla/fxa-content-server.git &
git clone https://github.com/mozilla/fxa-content-server-l10n.git &
git clone https://github.com/mozilla/fxa-js-client.git &
git clone https://github.com/mozilla/fxa-auth-server.git &
git clone https://github.com/mozilla/fxa-auth-db-mysql.git &