nixpkgs/pkgs/build-support/node/build-npm-package/hooks
Lily Foster ae86a507ed npmHooks.npmInstallHook: ignore bundle deps when calculating files to install
This assumes that downstream users of `buildNpmPackage` would rather our
own built `node_modules` be copied to the output rather than only the
`bundleDependencies` specified in the `package.json` file.

Having the latter behavior seems unexpected and unintuitive, and would
not work as installing from an `npm pack` is intended to (since doing
that would not do a `rebuild` step on those dependencies and it would
skip reifying a full dependency tree).
2024-03-14 14:04:51 +01:00
..
default.nix npmHooks: use adjacent packages, not buildPackages 2023-09-09 17:55:37 +02:00
npm-build-hook.sh buildNpmPackage: add npmWorkspace and npmPruneFlags args 2023-06-29 07:42:25 -04:00
npm-config-hook.sh npmHooks.npmConfigHook: add npmRoot option 2023-05-21 17:26:22 -04:00
npm-install-hook.sh npmHooks.npmInstallHook: ignore bundle deps when calculating files to install 2024-03-14 14:04:51 +01:00