no yarn
This commit is contained in:
parent
01bc3bf064
commit
1b271ba7e5
|
@ -329,10 +329,10 @@ if [ -z "$dont_install_deps" ]; then
|
|||
bash "/tmp/${INSTALL_DEPS_FILE}" "${NO_FAIL2BAN}"
|
||||
|
||||
# yarn
|
||||
if [ -z "$(type -p yarn)" ]; then
|
||||
echo "installing yarn..."
|
||||
npm install --silent yarn -g > /dev/null
|
||||
fi
|
||||
#if [ -z "$(type -p yarn)" ]; then
|
||||
# echo "installing yarn..."
|
||||
# npm install --silent yarn -g > /dev/null
|
||||
#fi
|
||||
|
||||
# jshint
|
||||
if [ -z "$(type -p jshint)" ]; then
|
||||
|
|
Loading…
Reference in New Issue