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
commit 5e4947a31b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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";