Skip to content

Commit

Permalink
Drop removed no-bin-links argument from yarn invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
ximion committed Feb 25, 2024
1 parent ac2a1cc commit 3049d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/setup/build_js.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3049d4a

Please sign in to comment.