Skip to content

Commit ea4c017

Browse files
committed
add missing code dirs
1 parent fa1e323 commit ea4c017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Taskfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ includes:
99
NESTED_MODULES: ''
1010
API_DIRS: ''
1111
MANIFEST_OUT: ''
12-
CODE_DIRS: '{{.ROOT_DIR}}/cmd/...'
12+
CODE_DIRS: '{{.ROOT_DIR}}/cmd/... {{.ROOT_DIR}}/internal/... {{.ROOT_DIR}}/test/...'
1313
COMPONENTS: 'openmcp-bootstrapper'
1414
REPO_URL: 'https://github.com/openmcp-project/bootstrapper'
1515
GENERATE_DOCS_INDEX: "true"

0 commit comments

Comments
 (0)