mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 12:04:40 +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
|
# --force allows us to fetch all dependencies including ones that aren't meant for our host platform
|
||||||
pnpm install \
|
pnpm install \
|
||||||
--force \
|
--force \
|
||||||
--ignore-script \
|
--ignore-scripts \
|
||||||
--frozen-lockfile
|
--frozen-lockfile
|
||||||
|
|
||||||
runHook postInstall
|
runHook postInstall
|
||||||
|
@ -26,7 +26,7 @@ pnpmConfigHook() {
|
|||||||
|
|
||||||
pnpm install \
|
pnpm install \
|
||||||
--offline \
|
--offline \
|
||||||
--ignore-script \
|
--ignore-scripts \
|
||||||
--frozen-lockfile
|
--frozen-lockfile
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user