Skip to content

Commit

Permalink
fix: add commitlint
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 29, 2018
1 parent abd4ad6 commit f60d9f2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/generators/app/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,12 @@ class App extends Generator {
'@dxcli/tslint',
)
}
if (this.semantic_release) {
devDependencies.push(
'@commitlint/cli',
'@commitlint/config-conventional',
)
}
Promise.all([
this.yarnInstall(devDependencies, {dev: true, ignoreScripts: true}),
this.yarnInstall(dependencies),
Expand Down

0 comments on commit f60d9f2

Please sign in to comment.