Commit f4e129d7 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

fix: remove the --immutable-cache option when installing dependencies with yarn

Fixes #40
parent c433739b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -649,7 +649,7 @@ stages:
        pnpm install --prefer-offline $NODE_INSTALL_EXTRA_OPTS
        ;;
      yarn)
        yarn install --immutable --immutable-cache --check-cache $NODE_INSTALL_EXTRA_OPTS
        yarn install --immutable --check-cache $NODE_INSTALL_EXTRA_OPTS
      ;;
      esac