diff --git a/build/check-samples.ts b/build/check-samples.ts index 3e1d59e0..50c44eb2 100644 --- a/build/check-samples.ts +++ b/build/check-samples.ts @@ -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}`);