This commit is contained in:
Edouard Oger 2019-01-09 19:13:07 -05:00 коммит произвёл Vlad Filippov
Родитель 1733a920bd
Коммит 21a2c812b1
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -34,7 +34,7 @@ wait
cd fxa-content-server; npm i --production; npm i; cp server/config/local.json-dist server/config/local.json; cd ..
cd fxa-auth-server; npm i; node ./scripts/gen_keys.js; node ./scripts/gen_vapid_keys.js ; cd ..
cd fxa-auth-server; npm i; node ./scripts/gen_keys.js; node ./scripts/gen_vapid_keys.js; node ./fxa-oauth-server/scripts/gen_keys; cd ..
cd fxa-auth-db-mysql; npm i; cd ..