We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57d2b0f commit 476f380Copy full SHA for 476f380
.github/workflows/main.yml
@@ -48,4 +48,4 @@ jobs:
48
script: |
49
exec bash \-l
50
cd /home/ubuntu/tkFront/build
51
- serve -s . -l 3000
+ nohup serve -s . -l 3000 &
0 commit comments