Skip to content

Commit 750ec02

Browse files
committed
chore: kill pnpm start
1 parent 5d8f7cd commit 750ec02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/smokeTests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ TIMER=0
5555
while true; do
5656
if (( TIMER >= TIMEOUT )); then
5757
echo "Error: Timeout waiting for application to start after $((TIMEOUT / 10)) seconds"
58-
kill $$
58+
pkill -f "pnpm start"
5959
exit 1
6060
fi
6161

0 commit comments

Comments
 (0)