You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if [ "$(/usr/local/bin/actual-yarn --version | cut -d'.' -f1)"-gt 1 ];then
6
+
ADDITIONAL_ARGS=""
7
+
fi
8
+
4
9
if [ $#-gt 1 ] && [ "$1"=="install" ];then
5
-
/usr/local/bin/actual-yarn "$@"||echo"scip-typescript: ignoring yarn install failure, will try to auto-index the project with partial dependency information"
10
+
/usr/local/bin/actual-yarn $ADDITIONAL_ARGS"$@"||echo"scip-typescript: ignoring yarn install failure, will try to auto-index the project with partial dependency information"
0 commit comments