lol

eslint: avoid dev dependencies to reduce closure size (#392126)

authored by

Jonas Heinrich and committed by
GitHub
c97deca2 60b853d6

+1 -5
+1 -5
pkgs/by-name/es/eslint/package.nix
··· 31 ''; 32 33 npmDepsHash = "sha256-F3EUANBvniczR7QxNfo1LlksYPxXt16uqJDFzN6u64Y="; 34 35 dontNpmBuild = true; 36 dontNpmPrune = true; 37 - 38 - postFixup = '' 39 - # Remove broken symlink 40 - rm $out/lib/node_modules/eslint/node_modules/eslint-config-eslint 41 - ''; 42 43 meta = { 44 description = "Find and fix problems in your JavaScript code";
··· 31 ''; 32 33 npmDepsHash = "sha256-F3EUANBvniczR7QxNfo1LlksYPxXt16uqJDFzN6u64Y="; 34 + npmInstallFlags = [ "--omit=dev" ]; 35 36 dontNpmBuild = true; 37 dontNpmPrune = true; 38 39 meta = { 40 description = "Find and fix problems in your JavaScript code";