mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 19:16:11 +00:00
pnpm_{8,9}.fetchDeps: fix --ignore-scripts argument
Co-authored-by: Niklas Korz <niklas@niklaskorz.de>
This commit is contained in:
parent
27424c4c88
commit
7eaa7e8252
@ -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
|
||||
|
@ -26,7 +26,7 @@ pnpmConfigHook() {
|
||||
|
||||
pnpm install \
|
||||
--offline \
|
||||
--ignore-script \
|
||||
--ignore-scripts \
|
||||
--frozen-lockfile
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user