diff --git a/frontend/src/queries/schema.json b/frontend/src/queries/schema.json index 52527860ca9bc..f00512ba8906e 100644 --- a/frontend/src/queries/schema.json +++ b/frontend/src/queries/schema.json @@ -5319,7 +5319,7 @@ "type": "object" }, "NodeKind": { - "description": "PostHog Query Schema definition.\n\nThis file acts as the source of truth for:\n\n- frontend/src/queries/schema.json - generated from typescript via \"pnpm run generate:schema:json\"\n\n- posthog/schema.py - generated from json the above json via \"pnpm run generate:schema:python\"", + "description": "PostHog Query Schema definition.\n\nThis file acts as the source of truth for:\n\n- frontend/src/queries/schema.json - generated from typescript via \"pnpm run schema:build:json\"\n\n- posthog/schema.py - generated from json the above json via \"pnpm run schema:build:python\"", "enum": [ "EventsNode", "ActionsNode",