write-good: remove node_modules/.bin (#381434)

This commit is contained in:
Gaétan Lepage
2025-02-12 16:08:25 +01:00
committed by GitHub
+5
View File
@@ -19,6 +19,11 @@ buildNpmPackage rec {
dontNpmBuild = true;
postInstall = ''
# Remove the .bin directory as it contains broken symlinks
rm -rf $out/lib/node_modules/write-good/node_modules/.bin
'';
meta = {
description = "Naive linter for English prose";
homepage = "https://github.com/btford/write-good";