We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27af18a commit 2884d1cCopy full SHA for 2884d1c
1 file changed
lib/install.sh
@@ -5,7 +5,7 @@ set -e
5
LIBDIR=$(cd $(dirname $0); pwd)
6
7
if [ -x "$(command -v yarn)" ]; then
8
- yarn --cwd "${LIBDIR}"
+ yarn -s --cwd "${LIBDIR}"
9
ln -fs "${LIBDIR}/node_modules/.bin/lehre" "${LIBDIR}/lehre"
10
elif [ -x "$(command -v npm)" ]; then
11
cd "$LIBDIR"
0 commit comments