stylelint-lsp: fix build with noBrokenSymlinks

This commit is contained in:
Gutyina Gergő 2025-02-08 12:23:37 +01:00
parent 1c55c0d001
commit 1ad46f797d
No known key found for this signature in database

View File

@ -44,6 +44,8 @@ stdenvNoCC.mkDerivation (finalAttrs: {
pnpm --ignore-scripts prune --prod
rm -rf node_modules/.pnpm/typescript*
find -type f \( -name "*.ts" -o -name "*.map" \) -exec rm -rf {} +
# https://github.com/pnpm/pnpm/issues/3645
find node_modules -xtype l -delete
'';
installPhase = ''