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

This commit is contained in:
Austin Horstman
2025-09-27 13:51:03 +00:00
committed by GitHub
@@ -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