We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 27af18a + 2884d1c commit 71c98edCopy full SHA for 71c98ed
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