Skip to content

Commit

Permalink
fix: add @dxcli/dev-semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 28, 2018
1 parent 99fd1b9 commit ff9c542
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/generators/app/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,9 @@ class App extends Generator {
if (this.mocha) {
if (this.type !== 'multi') devDependencies.push('@dxcli/engine')
}
if (this.semantic_release) {
devDependencies.push('@dxcli/dev-semantic-release')
}
devDependencies.push(
'@dxcli/dev-test',
'mocha',
Expand Down

0 comments on commit ff9c542

Please sign in to comment.