From 3049d4a872a6ee90f08ded1fec354a5dcc0b464a Mon Sep 17 00:00:00 2001 From: Matthias Klumpp Date: Sun, 25 Feb 2024 07:47:57 +0100 Subject: [PATCH] Drop removed no-bin-links argument from yarn invocation --- contrib/setup/build_js.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/setup/build_js.sh b/contrib/setup/build_js.sh index f8dde78..ddb48d1 100755 --- a/contrib/setup/build_js.sh +++ b/contrib/setup/build_js.sh @@ -11,7 +11,7 @@ then YARNPKG=$1 fi -$YARNPKG install $ASGEN_YARN_EXTRA_ARGS --no-bin-links --prod --non-interactive +$YARNPKG install $ASGEN_YARN_EXTRA_ARGS --prod --non-interactive JS_TARGET=../../data/templates/default/static/js [ ! -d "$JS_TARGET" ] && mkdir $JS_TARGET