Merge pull request #14128 from marcofaggian/marcofaggian/fix/build-api-docs-locale

fix(api-docs): LANG=en_EN, to match "options"
This commit is contained in:
Himanshu Mishra
2022-10-14 13:50:00 +05:30
committed by GitHub
+1 -1
View File
@@ -11,7 +11,7 @@
"build": "backstage-cli repo build --all",
"build:api-reports": "yarn build:api-reports:only --tsc",
"build:api-reports:only": "ts-node -T -P scripts/tsconfig.json scripts/api-extractor.ts",
"build:api-docs": "yarn build:api-reports --docs",
"build:api-docs": "LANG=en_EN yarn build:api-reports --docs",
"tsc": "tsc",
"tsc:full": "backstage-cli repo clean && tsc --skipLibCheck false --incremental false",
"clean": "backstage-cli repo clean",