mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-04-26 22:04:32 +00:00
feat: add detach mode
This commit is contained in:
parent
da57a04c27
commit
d80bfc5c51
@ -58,7 +58,8 @@ def getFactory():
|
||||
steps.ShellCommand(
|
||||
command = [
|
||||
'npm',
|
||||
"start"
|
||||
"run",
|
||||
"start:detach"
|
||||
],
|
||||
doStepIf = lambda step : not isStopForce(step),
|
||||
haltOnFailure = True,
|
||||
|
Loading…
x
Reference in New Issue
Block a user