Skip to content

Commit 35380ae

Browse files
committed
fix: Add skills prop in plugin.json
1 parent 47d3ead commit 35380ae

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

plugins/ui5-typescript-conversion/plugin.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,8 @@
1616
"plugin",
1717
"typescript",
1818
"conversion"
19+
],
20+
"skills": [
21+
"./skills/"
1922
]
2023
}

plugins/ui5/plugin.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,9 @@
1818
"api documentation",
1919
"development guidelines",
2020
"best practices"
21+
],
22+
"skills": [
23+
"./skills/ui5-best-practices",
24+
"./skills/ui5-best-practices-integration-cards"
2125
]
2226
}

0 commit comments

Comments
 (0)