Skip to content

Commit f9de79c

Browse files
committed
ci: Adjust workflow to work with new JSDoc script path
+ add "docdash" dep in root (needed for ci)
1 parent 385d666 commit f9de79c

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.github/workflows/github-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: npm run coverage
4141

4242
- name: Generate JSDoc documentation
43-
run: npm run jsdoc-generate
43+
run: cd packages/documentation && npm run jsdoc-generate
4444

4545
- name: Generate merged JSON schema
4646
run: npm run schema-generate

package-lock.json

Lines changed: 11 additions & 0 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"schema-generate": "node ./scripts/buildSchema.js ui5",
3232
"schema-workspace-generate": "node ./scripts/buildSchema.js ui5-workspace",
3333
"generate-cli-doc": "node ./scripts/generateCliDoc.js",
34-
"depcheck": "depcheck --ignores @ui5/builder,@ui5/cli,@ui5/fs,@ui5/logger,@ui5/project,@ui5/server,local-web-server,@commitlint/config-conventional,husky && npm run depcheck --workspaces",
34+
"depcheck": "depcheck --ignores @ui5/builder,@ui5/cli,@ui5/fs,@ui5/logger,@ui5/project,@ui5/server,docdash,local-web-server,@commitlint/config-conventional,husky && npm run depcheck --workspaces",
3535
"check-licenses": "licensee --errors-only"
3636
},
3737
"repository": {
@@ -48,6 +48,7 @@
4848
"@commitlint/config-conventional": "^20.0.0",
4949
"@eslint/js": "^9.8.0",
5050
"depcheck": "^1.4.7",
51+
"docdash": "^2.0.2",
5152
"eslint": "^9.35.0",
5253
"eslint-config-google": "^0.14.0",
5354
"eslint-plugin-ava": "^15.1.0",

0 commit comments

Comments
 (0)