Unverified Commit a9fd3ea8 authored by Christian Friedow's avatar Christian Friedow
Browse files

vue-language-server: fix empty node_modules directory

parent 85bd8e13
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -37,7 +37,6 @@ stdenv.mkDerivation (finalAttrs: {
  '';

  preInstall = ''
    CI=true pnpm prune --prod
    find -type f \( -name "*.ts" -o -name "*.map" \) -exec rm -rf {} +

    # https://github.com/pnpm/pnpm/issues/3645