From 9e886db4627c828e581fe372dbefdbc6ecb8d734 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Thu, 2 Jun 2016 19:41:03 +0200 Subject: [PATCH] run trigger seperately --- ts/index.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ts/index.ts b/ts/index.ts index 8e6a6f1..771dd8d 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -38,8 +38,7 @@ switch (command){ prepare(commandOption); break; case "publish": - publish(commandOption) - .then(trigger); + publish(commandOption); break; case "test": test(commandOption);