Skip to content

chore: switch from yarn to pnpm #8822

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 22 commits into from
Aug 2, 2023
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup! experiment: switch from yarn to pnpm
  • Loading branch information
coadler committed Jul 31, 2023
commit 7f5e7e5238bd40f91d42855d2bb7bd603dbd7e93
6 changes: 2 additions & 4 deletions scripts/pnpm_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,8 @@ if [[ -n ${CI:-} ]]; then
# Install dependencies from lockfile, ensuring builds are fully
# reproducible
--frozen-lockfile
# Suppress progress information
--silent
# Disable interactive prompts for build
--non-interactive
# Disable interactive prompts.
--reporter append-only
)
fi

Expand Down