Skip to content

Commit e8f4cd7

Browse files
authored
ci: Integrate "builder" into monorepo setup (#1145)
JIRA: CPOUI5FOUNDATION-1139
1 parent 0aa3b3a commit e8f4cd7

27 files changed

+217
-10702
lines changed

REUSE.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,10 @@ SPDX-License-Identifier = "MIT"
2020
path = "packages/server/lib/middleware/testRunner/**"
2121
precedence = "aggregate"
2222
SPDX-FileCopyrightText = "2025 SAP SE or an SAP affiliate company and OpenUI5 contributors"
23+
SPDX-License-Identifier = "Apache-2.0"
24+
25+
[[annotations]]
26+
path = "packages/builder/lib/processors/jsdoc/lib/**"
27+
precedence = "aggregate"
28+
SPDX-FileCopyrightText = "2025 SAP SE or an SAP affiliate company and OpenUI5 contributors"
2329
SPDX-License-Identifier = "Apache-2.0"

package-lock.json

Lines changed: 201 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
"url": "[email protected]:UI5/cli.git"
4343
},
4444
"dependencies": {
45-
"@ui5/builder": "^4.0.11",
4645
"@ui5/cli": "^4.0.26",
4746
"@ui5/fs": "^4.0.2",
4847
"@ui5/project": "^4.0.6",
@@ -65,6 +64,7 @@
6564
"traverse": "^0.6.11"
6665
},
6766
"workspaces": [
68-
"packages/logger"
67+
"packages/logger",
68+
"packages/builder"
6969
]
7070
}

0 commit comments

Comments
 (0)