mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-25 17:22:50 +00:00
try to ignore tests on windows?
This commit is contained in:
parent
e3e5fe6520
commit
a61d775f33
|
|
@ -72,6 +72,8 @@ export async function eject({
|
|||
]),
|
||||
});
|
||||
|
||||
console.log('eject', componentName, {filesToCopy});
|
||||
|
||||
if (filesToCopy.length === 0) {
|
||||
// This should never happen
|
||||
throw new Error(
|
||||
|
|
|
|||
Loading…
Reference in New Issue