Skip to content

Commit 83f68d7

Browse files
committed
fix build error on jenkins
1 parent 28b2eef commit 83f68d7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package-lock.json

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/plugin-dkg-essentials/src/utils.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,11 @@ export const serializeSourceKAContent = (
2525
[${k.ual}](${getExplorerUrl(k.ual)})`,
2626
)
2727
.join("\n"),
28+
_meta: {
2829
description:
2930
"This section provides a list of source knowledge assets used in the creation of this content." +
3031
"This data should be included in the final output.",
32+
},
3133
});
3234

3335
export const parseSourceKAContent = (

0 commit comments

Comments
 (0)