We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3759d3a + 1a7523b commit a445e09Copy full SHA for a445e09
pkgs/by-name/re/renovate/package.nix
@@ -53,7 +53,8 @@ stdenv.mkDerivation (finalAttrs: {
53
yq '.engines.node = "${nodejs.version}"' -i package.json
54
55
pnpm build
56
- pnpm prune --prod --ignore-scripts
+ find -name 'node_modules' -type d -exec rm -rf {} \; || true
57
+ pnpm install --offline --prod --ignore-scripts
58
''
59
# The optional dependency re2 is not built by pnpm and needs to be built manually.
60
# If re2 is not built, you will get an annoying warning when you run renovate.
0 commit comments