From 4a68033a50d40915aef8e021a809e72ed03eab24 Mon Sep 17 00:00:00 2001 From: Lukas Date: Wed, 8 May 2024 19:20:43 +0300 Subject: [PATCH] Remove no longer needed patch file --- patches/@mui__monorepo@6.0.0-alpha.0.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 patches/@mui__monorepo@6.0.0-alpha.0.patch diff --git a/patches/@mui__monorepo@6.0.0-alpha.0.patch b/patches/@mui__monorepo@6.0.0-alpha.0.patch deleted file mode 100644 index 1d4fdf8800af0..0000000000000 --- a/patches/@mui__monorepo@6.0.0-alpha.0.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/packages/api-docs-builder/utils/parseTest.ts b/packages/api-docs-builder/utils/parseTest.ts -index 14d2c70c9939cb2e71e7664c06e8f51700711772..e21e06960ffbaf05aff6e5d4d7faa123cb6105bc 100644 ---- a/packages/api-docs-builder/utils/parseTest.ts -+++ b/packages/api-docs-builder/utils/parseTest.ts -@@ -3,7 +3,7 @@ import * as babel from '@babel/core'; - import { readFile } from 'fs-extra'; - import glob from 'fast-glob'; - --const workspaceRoot = path.join(__dirname, '../../../'); -+const workspaceRoot = process.cwd(); - const babelConfigPath = path.join(workspaceRoot, 'babel.config.js'); - - function getTestFilesNames(filepath: string) {