Skip to content

Commit

Permalink
feat: trigger release
Browse files Browse the repository at this point in the history
  • Loading branch information
ZimGil committed Jul 11, 2019
1 parent 4031080 commit 2a47260
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/announce-it-cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ nconf.argv()
const announceItCli = new AnnounceItCli();

const variables = nconf.get();
const cwd = process.cwd();
announceItCli.areVariablesDefined(variables)
.then(() => announceItCli.findRoot(process.cwd()))
.then(() => announceItCli.findRoot(cwd))
.then((root) => announceItCli.runAnnounceItCli(root, variables))
.catch((error: Error) => {
console.error('ERROR: Something went wrong');
Expand Down

0 comments on commit 2a47260

Please sign in to comment.