pnpm_{8,9}.fetchDeps: fix --ignore-scripts argument

Co-authored-by: Niklas Korz <niklas@niklaskorz.de>
This commit is contained in:
Doron Behar 2024-08-05 18:32:27 +03:00
parent 27424c4c88
commit 7eaa7e8252
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -26,7 +26,7 @@ pnpmConfigHook() {
pnpm install \ pnpm install \
--offline \ --offline \
--ignore-script \ --ignore-scripts \
--frozen-lockfile --frozen-lockfile