diff --git a/scripts/tasks/build.ts b/scripts/tasks/build.ts index 8f6acedc232..18c27e7c578 100644 --- a/scripts/tasks/build.ts +++ b/scripts/tasks/build.ts @@ -9,6 +9,7 @@ export const build: Task = { return pathExists(builtSandboxDir); }, async run({ sandboxDir }, { dryRun, debug }) { + throw new Error('Problems!'); return exec(`yarn build-storybook --quiet`, { cwd: sandboxDir }, { dryRun, debug }); }, };