Skip to content

Commit 6606d5f

Browse files
Merge pull request #54 from platformatic/do-not-generate-test-plugin
Do not generate tests and schema
2 parents 48d78aa + b664a65 commit 6606d5f

File tree

4 files changed

+64
-120
lines changed

4 files changed

+64
-120
lines changed

lib/generator.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ class RabbitmqHooksGenerator extends ServiceGenerator {
2020
}]
2121
}
2222
}
23-
return Object.assign({}, defaultBaseConfig, defaultConfig)
23+
return Object.assign({}, defaultBaseConfig, defaultConfig, {
24+
tests: false,
25+
plugin: false
26+
})
2427
}
2528

2629
getConfigFieldsDefinitions () {

0 commit comments

Comments
 (0)