diff --git a/scripts/sandbox/generate.ts b/scripts/sandbox/generate.ts index a28bbd6963f2..c313117987b5 100755 --- a/scripts/sandbox/generate.ts +++ b/scripts/sandbox/generate.ts @@ -87,9 +87,6 @@ const addStorybook = async ({ const tmpDir = directory(); try { - if (Math.random() < 0.2) { - throw new Error('Blip Bloop random error in addStorybook'); - } await copy(beforeDir, tmpDir); const packageManager = JsPackageManagerFactory.getPackageManager({ force: 'yarn1' }, tmpDir);