Merge pull request #30045 from backstage/sennyeya/fix-docsite-build
fix: add missing highlight language
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/repo-tools': patch
|
||||
---
|
||||
|
||||
Add missing highlight language for the `package-docs` command.
|
||||
@@ -56,6 +56,7 @@ const HIGHLIGHT_LANGUAGES = [
|
||||
'diff',
|
||||
'js',
|
||||
'json',
|
||||
'docker',
|
||||
];
|
||||
|
||||
function getExports(packageJson: any) {
|
||||
|
||||
Reference in New Issue
Block a user