about summary refs log tree commit diff
path: root/pkgs/build-support/node/build-npm-package/hooks
AgeCommit message (Expand)AuthorFilesLines
2024-03-14npmHooks.npmInstallHook: ignore bundle deps when calculating files to installLily Foster1-1/+1
2023-12-24npmHooks.npmInstallHook: ignore rather than error for missing bin/man keys in...Lily Foster1-0/+2
2023-12-05npmHooks.npmInstallHook: only overwrite npm cache for `npm pack` rather than ...Lily Foster1-4/+2
2023-11-13Merge pull request #254420 from lilyinstarlight/fix/npm-pack-pls-😭Janik1-1/+1
2023-10-08Merge pull request #258384 from doronbehar/buildNpmPackage-makeWrapperArgsDoron Behar1-1/+11
2023-10-07buildNpmPackage: give a hint when npm prune failsSandro1-1/+10
2023-10-07buildNpmPackage: support makeWrapperArgsDoron Behar1-1/+11
2023-09-10npmHooks.npmInstallHook: avoid script output in npm pack commandLily Foster1-1/+1
2023-09-09npmHooks: use adjacent packages, not buildPackagessternenseemann1-7/+16
2023-08-19buildNpmPackage: use installManPageRobert Schütz2-3/+5
2023-08-18buildNpmPackage: symlink manpages to the correct output directoryPierre Bourdon1-0/+7
2023-06-29buildNpmPackage: add npmWorkspace and npmPruneFlags argsLily Foster2-5/+5
2023-05-28npmHooks.npmInstallHook: allow disabling `npm prune` invocationWinter1-1/+4
2023-05-21npmHooks.npmConfigHook: add npmRoot optionWinter1-0/+8
2023-05-20buildNpmPackage: use nodejs patch flag to work around roadblocksWinter2-16/+7
2023-04-30prefetch-npm-deps: look up hashes from cache when fixing up lockfilesWinter1-0/+6
2023-02-07treewide: makeSetupHook deps -> propagatedBuildInputsArtturin1-1/+1
2022-12-22treewide: fix error: attribute 'runtimeShell' missingArtturin1-1/+1
2022-12-19npmHooks.npmBuildHook: fix diagnosticWinter1-1/+1
2022-12-19npmHooks.npmConfigHook: make diagnostic match prefetch-npm-depsLily Foster1-1/+1
2022-11-25npmHooks.npmInstallHook: pass --no-save to pruneWinter1-1/+1
2022-11-21prefetch-npm-deps: repack hosted git depsWinter2-1/+4
2022-11-21npmHooks.npmConfigHook: sugget specifying legacy peer deps option for all com...Winter1-1/+1
2022-11-21npmHooks.npmInstallHook: pass install flags to pruneWinter1-1/+1
2022-11-21npmHooks.npmConfigHook: add diagnostic for when dependencies aren't providedWinter1-0/+9
2022-11-21npmHooks.npmConfigHook: add some missing quotes around variable assignmentsWinter1-3/+3
2022-11-21npmHooks.npmConfigHook: also patch shebangs after rebuildingWinter1-0/+2
2022-11-21npmHooks.npmBuildHook: mention dontNpmBuild if script fails to runWinter1-0/+1
2022-11-19splice.nix: start deprecating nativeDrv and crossDrvArtturin1-5/+4
2022-11-09buildNpmPackage: initWinter4-0/+217