Skip to content

Commit

Permalink
actually remove fake errors 🤦
Browse files Browse the repository at this point in the history
  • Loading branch information
JReinhold committed Feb 13, 2024
1 parent 6b1be49 commit cea3844
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/sandbox/generate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit cea3844

Please sign in to comment.