Prechádzať zdrojové kódy

Merge pull request #9921 from jtpio/mock-extension-workspaces

Remove the explicit path to the mock extension used in the integrity script
Steven Silvester 4 rokov pred
rodič
commit
833cd34de5
1 zmenil súbory, kde vykonal 1 pridanie a 3 odobranie
  1. 1 3
      buildutils/src/ensure-repo.ts

+ 1 - 3
buildutils/src/ensure-repo.ts

@@ -443,9 +443,7 @@ export async function ensureIntegrity(): Promise<boolean> {
   // Pick up all the package versions.
   const paths = utils.getLernaPaths();
 
-  // These two are not part of the workspaces but should be kept
-  // in sync.
-  paths.push('./jupyterlab/tests/mock_packages/extension');
+  // This package is not part of the workspaces but should be kept in sync.
   paths.push('./jupyterlab/tests/mock_packages/mimeextension');
 
   const cssImports: Dict<string[]> = {};