This commit is contained in:
Shane Tomlinson 2014-02-12 21:59:24 +00:00
Родитель 01ead87785
Коммит 1fc35b0f3d
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -10,7 +10,7 @@ env:
install: install:
# install everything for full dev in the fxa-content-server. # install everything for full dev in the fxa-content-server.
- npm install --silent - npm install --silent
# install the resrouces necessary for the auth server. # install the resources necessary for the auth server.
- cd node_modules/fxa-auth-server - cd node_modules/fxa-auth-server
- npm install --silent - npm install --silent
- node ./scripts/gen_keys.js - node ./scripts/gen_keys.js