We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e098e69 commit 06a24a4Copy full SHA for 06a24a4
tools/docker/bin/monorepo-entrypoint.sh
@@ -14,7 +14,7 @@ if [ "$CURRENT_STORE" != "$EXPECTED_STORE" ]; then
14
fi
15
16
# Check if jetpack command is available
17
-if ! pnpm jetpack --help >/dev/null 2>&1; then
+if ! pnpm jetpack --help &>/dev/null; then
18
echo "Setting up Jetpack CLI..."
19
pnpm install
20
0 commit comments