Skip to content

Commit 06a24a4

Browse files
kraftbjanomiex
andauthored
Simplify
Co-authored-by: Brad Jorsch <[email protected]>
1 parent e098e69 commit 06a24a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/docker/bin/monorepo-entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if [ "$CURRENT_STORE" != "$EXPECTED_STORE" ]; then
1414
fi
1515

1616
# Check if jetpack command is available
17-
if ! pnpm jetpack --help >/dev/null 2>&1; then
17+
if ! pnpm jetpack --help &>/dev/null; then
1818
echo "Setting up Jetpack CLI..."
1919
pnpm install
2020
fi

0 commit comments

Comments
 (0)