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

authored by Austin Horstman and committed by GitHub 5b186182 9b5e5b0b

-1
-1
pkgs/by-name/vu/vue-language-server/package.nix
··· 37 37 ''; 38 38 39 39 preInstall = '' 40 - CI=true pnpm prune --prod 41 40 find -type f \( -name "*.ts" -o -name "*.map" \) -exec rm -rf {} + 42 41 43 42 # https://github.com/pnpm/pnpm/issues/3645