vue-language-server: fix empty node_modules directory (#445975)
Austin Horstman 3 months ago 5b186182 9b5e5b0b
··· 37 37 ''; 38 38 39 39 preInstall = '' 40 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