chore(setup): Remove install_extras.sh, it's not needed

install_extras.sh installed the Loop server, which
is no longer used and the repo has been archived.
This commit is contained in:
Shane Tomlinson 2019-04-11 11:10:39 +01:00
Родитель 7d3c0e3493
Коммит c4706afc09
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 09D4F897B87A2D19
2 изменённых файлов: 0 добавлений и 9 удалений

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

@ -1,8 +0,0 @@
#!/bin/sh -ex
# Set ulimit, need it for npm
ulimit -S -n 2048 || echo "Setting ulimit failed"
git clone https://github.com/mozilla-services/loop-server.git
cd loop-server; npm i; cd ..

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

@ -4,7 +4,6 @@
"description": "Firefox Accounts monorepo",
"scripts": {
"postinstall": "_scripts/postinstall.sh",
"install-extras": "_scripts/install_extras.sh",
"update": "./pm2 kill && _scripts/update_all.sh",
"start": "fxa-dev-launcher",
"start-android": "node _scripts/start-android.js",