diff --git a/scripts/tasks/copy.ts b/scripts/tasks/copy.ts index c936b544eb6f3d..7a86709ae79bcb 100644 --- a/scripts/tasks/copy.ts +++ b/scripts/tasks/copy.ts @@ -54,6 +54,8 @@ export function copy() { dest: destinationPath, }), ); + + continue; } if (typeof sources === 'string') { @@ -67,6 +69,8 @@ export function copy() { ], }), ); + + continue; } throw new Error('non supported API used. copyTo is a String Dictionary with values being string or string array');