feat: add detach mode

This commit is contained in:
usermeme 2019-07-24 12:23:47 +03:00 committed by GitHub
parent da57a04c27
commit d80bfc5c51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,7 +58,8 @@ def getFactory():
steps.ShellCommand(
command = [
'npm',
"start"
"run",
"start:detach"
],
doStepIf = lambda step : not isStopForce(step),
haltOnFailure = True,