We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d915650 commit ef7b7b0Copy full SHA for ef7b7b0
1 file changed
.github/workflows/auto-cd(dev).yaml
@@ -57,7 +57,7 @@ jobs:
57
elif [ "${{ inputs.dev_command }}" = "yarn dev" ]; then
58
lsof -ti:5001 | xargs kill -9 || true
59
fi
60
- ${{ inputs.dev_command }} &
+ nohup ${{ inputs.dev_command }} > output.log 2>&1 &
61
sleep 5
62
EOF
63
0 commit comments