Parcourir la source

Fixes CI failure.

Henning Dieterichs il y a 2 ans
Parent
commit
abe6f22474
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      build/check-samples.ts

+ 1 - 1
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}`);