nixpkgs/pkgs/build-support/node/fetch-yarn-deps
Lily Foster 5c32e0ba7c
prefetch-yarn-deps: add --fixup-lockfile flag to fixup a yarn.lock (#214062)
The flag iterates through the lockfile entries, rewrites `resolved` URLs
to those that will be in the cache (like `fixup_yarn_lock` from
yarn2nix), removes `integrity` for git deps whose hash won't match the
reproducible repacking that the fetcher does, writes the amended
lockfile, and exits.
2023-06-27 20:27:33 +02:00
..
tests
common.js prefetch-yarn-deps: add --fixup-lockfile flag to fixup a yarn.lock (#214062) 2023-06-27 20:27:33 +02:00
default.nix prefetch-yarn-deps: add --fixup-lockfile flag to fixup a yarn.lock (#214062) 2023-06-27 20:27:33 +02:00
fixup.js prefetch-yarn-deps: add --fixup-lockfile flag to fixup a yarn.lock (#214062) 2023-06-27 20:27:33 +02:00
index.js prefetch-yarn-deps: add --fixup-lockfile flag to fixup a yarn.lock (#214062) 2023-06-27 20:27:33 +02:00