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

Commit

Permalink
Merge branch 'master' into cawllec/add-standardjs-linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Cawllec committed Jan 16, 2019
2 parents 7f95e0e + ce1703d commit b21261b
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,12 @@ const cli = meow(`
w: 'add-wildcard-prefix'
},
string: [
<<<<<<< HEAD
'app-version'
=======
'app-version',
'api-key',
>>>>>>> master
],
boolean: [
'overwrite',
Expand Down Expand Up @@ -109,5 +114,7 @@ Promise.resolve()
}
})
.then(() => {
return tasks.run().catch(() => {})
})
return tasks.run().catch(() => {
process.exitCode = 1;
});
});

0 comments on commit b21261b

Please sign in to comment.