зеркало из https://github.com/mozilla/fxa.git
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:
Родитель
7d3c0e3493
Коммит
c4706afc09
|
@ -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",
|
||||
|
|
Загрузка…
Ссылка в новой задаче