Skip to content

Commit 71c98ed

Browse files
authored
Merge pull request #120 from carlosala/master
fix: adding yarn silent
2 parents 27af18a + 2884d1c commit 71c98ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -e
55
LIBDIR=$(cd $(dirname $0); pwd)
66

77
if [ -x "$(command -v yarn)" ]; then
8-
yarn --cwd "${LIBDIR}"
8+
yarn -s --cwd "${LIBDIR}"
99
ln -fs "${LIBDIR}/node_modules/.bin/lehre" "${LIBDIR}/lehre"
1010
elif [ -x "$(command -v npm)" ]; then
1111
cd "$LIBDIR"

0 commit comments

Comments
 (0)