mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 07:00:11 +01:00
Fixes CI failure.
This commit is contained in:
parent
376d2872d1
commit
abe6f22474
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ function checkEveryMonacoLanguageHasASample() {
|
|||
for (const language of languages) {
|
||||
const expectedSamplePath = path.join(
|
||||
REPO_ROOT,
|
||||
`website-v2/src/website/data/home-samples/sample.${language}.txt`
|
||||
`website/src/website/data/home-samples/sample.${language}.txt`
|
||||
);
|
||||
if (!fs.existsSync(expectedSamplePath)) {
|
||||
console.error(`Missing sample for ${language} at ${expectedSamplePath}`);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue