We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa1e323 commit ea4c017Copy full SHA for ea4c017
Taskfile.yaml
@@ -9,7 +9,7 @@ includes:
9
NESTED_MODULES: ''
10
API_DIRS: ''
11
MANIFEST_OUT: ''
12
- CODE_DIRS: '{{.ROOT_DIR}}/cmd/...'
+ CODE_DIRS: '{{.ROOT_DIR}}/cmd/... {{.ROOT_DIR}}/internal/... {{.ROOT_DIR}}/test/...'
13
COMPONENTS: 'openmcp-bootstrapper'
14
REPO_URL: 'https://github.com/openmcp-project/bootstrapper'
15
GENERATE_DOCS_INDEX: "true"
0 commit comments