run trigger seperately
This commit is contained in:
parent
5bf8311380
commit
9e886db462
@ -38,8 +38,7 @@ switch (command){
|
||||
prepare(commandOption);
|
||||
break;
|
||||
case "publish":
|
||||
publish(commandOption)
|
||||
.then(trigger);
|
||||
publish(commandOption);
|
||||
break;
|
||||
case "test":
|
||||
test(commandOption);
|
||||
|
Loading…
Reference in New Issue
Block a user