diff --git a/pkgs/development/tools/pnpm/fetch-deps/default.nix b/pkgs/development/tools/pnpm/fetch-deps/default.nix index 17252c6cc043..65dc7c9cf527 100644 --- a/pkgs/development/tools/pnpm/fetch-deps/default.nix +++ b/pkgs/development/tools/pnpm/fetch-deps/default.nix @@ -62,7 +62,7 @@ # --force allows us to fetch all dependencies including ones that aren't meant for our host platform pnpm install \ --force \ - --ignore-script \ + --ignore-scripts \ --frozen-lockfile runHook postInstall diff --git a/pkgs/development/tools/pnpm/fetch-deps/pnpm-config-hook.sh b/pkgs/development/tools/pnpm/fetch-deps/pnpm-config-hook.sh index ba7b1b4094e8..00172f840aef 100644 --- a/pkgs/development/tools/pnpm/fetch-deps/pnpm-config-hook.sh +++ b/pkgs/development/tools/pnpm/fetch-deps/pnpm-config-hook.sh @@ -26,7 +26,7 @@ pnpmConfigHook() { pnpm install \ --offline \ - --ignore-script \ + --ignore-scripts \ --frozen-lockfile