Skip to content

Commit

Permalink
do not generate tests and schema
Browse files Browse the repository at this point in the history
Signed-off-by: marcopiraccini <[email protected]>
  • Loading branch information
marcopiraccini committed May 22, 2024
1 parent 977e907 commit b664a65
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 120 deletions.
5 changes: 4 additions & 1 deletion lib/generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ class RabbitmqHooksGenerator extends ServiceGenerator {
}]
}
}
return Object.assign({}, defaultBaseConfig, defaultConfig)
return Object.assign({}, defaultBaseConfig, defaultConfig, {
tests: false,
plugin: false
})
}

getConfigFieldsDefinitions () {
Expand Down
Loading

0 comments on commit b664a65

Please sign in to comment.