Skip to content

Commit

Permalink
Amend pnpm lock sync test accounting for upstream fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zemnmez committed Aug 18, 2023
1 parent bd35e0b commit 744b44d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pnpm_lock_sync_test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#! /usr/bin/env bash
if $PNPM_BINARY i --frozen-lockfile --offline | grep -q ERR_PNPM_OUTDATED_LOCKFILE; then
if $PNPM_BINARY i --frozen-lockfile --lockfile-only | grep -q ERR_PNPM_OUTDATED_LOCKFILE; then
exit 1
fi

Expand Down

0 comments on commit 744b44d

Please sign in to comment.