Unverified Commit 5b186182 authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

vue-language-server: fix empty node_modules directory (#445975)

parents 9b5e5b0b a9fd3ea8
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