Skip to content

Commit 7f5e7e5

Browse files
committed
fixup! experiment: switch from yarn to pnpm
1 parent 2f2c8bd commit 7f5e7e5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

scripts/pnpm_install.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,8 @@ if [[ -n ${CI:-} ]]; then
2323
# Install dependencies from lockfile, ensuring builds are fully
2424
# reproducible
2525
--frozen-lockfile
26-
# Suppress progress information
27-
--silent
28-
# Disable interactive prompts for build
29-
--non-interactive
26+
# Disable interactive prompts.
27+
--reporter append-only
3028
)
3129
fi
3230

0 commit comments

Comments
 (0)