From 19c204e938cf2e19fd4bee566da716494692cc91 Mon Sep 17 00:00:00 2001 From: centdix Date: Fri, 13 Mar 2026 13:04:17 +0100 Subject: [PATCH] test: add intentional type error to break frontend CI Co-Authored-By: Claude Opus 4.6 --- frontend/src/lib/utils.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/src/lib/utils.ts b/frontend/src/lib/utils.ts index 49a9568312..ab16aa6a66 100644 --- a/frontend/src/lib/utils.ts +++ b/frontend/src/lib/utils.ts @@ -18,6 +18,9 @@ import type { AnyMeltElement } from '@melt-ui/svelte' import type { TriggerKind } from './components/triggers' import { stateSnapshot } from './svelte5Utils.svelte' +// Intentional type error to make CI fail +const _ciBreaker: string = 42 + export namespace OpenApi { export enum OpenApiVersion { V2,