Merge pull request #1 from usermeme/patch-1

feat: add detach mode
This commit is contained in:
Andrei Yankovich 2019-07-24 12:28:14 +03:00 committed by GitHub
commit 03fa2f2df2
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,