We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d8f7cd commit 750ec02Copy full SHA for 750ec02
scripts/smokeTests.sh
@@ -55,7 +55,7 @@ TIMER=0
55
while true; do
56
if (( TIMER >= TIMEOUT )); then
57
echo "Error: Timeout waiting for application to start after $((TIMEOUT / 10)) seconds"
58
- kill $$
+ pkill -f "pnpm start"
59
exit 1
60
fi
61
0 commit comments