Skip to content
This repository has been archived by the owner on Jan 12, 2021. It is now read-only.

Commit

Permalink
StandardJS: Linter fixes against incoming changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Cawllec committed Jan 16, 2019
1 parent d4e1b77 commit f62ae7d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const cli = meow(`
},
string: [
'app-version',
'api-key',
'api-key'
],
boolean: [
'overwrite',
Expand Down Expand Up @@ -111,6 +111,6 @@ Promise.resolve()
})
.then(() => {
return tasks.run().catch(() => {
process.exitCode = 1;
});
});
process.exitCode = 1
})
})

0 comments on commit f62ae7d

Please sign in to comment.