write-good: remove node_modules/.bin (#381434)
This commit is contained in:
commit
5e4947a31b
@ -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";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user