Skip to content

Commit

Permalink
Merge pull request #54 from platformatic/do-not-generate-test-plugin
Browse files Browse the repository at this point in the history
Do not generate tests and schema
  • Loading branch information
marcopiraccini authored May 22, 2024
2 parents 48d78aa + b664a65 commit 6606d5f
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 6606d5f

Please sign in to comment.