From 0e830cc595d29aa0a233d05dcbab10550dac43fe Mon Sep 17 00:00:00 2001 From: zbeyens Date: Mon, 6 May 2024 19:54:04 +0200 Subject: [PATCH] doc --- .changeset/md-minor.md | 2 -- turbo.json | 1 - 2 files changed, 3 deletions(-) diff --git a/.changeset/md-minor.md b/.changeset/md-minor.md index a177470522..4c37825692 100644 --- a/.changeset/md-minor.md +++ b/.changeset/md-minor.md @@ -39,8 +39,6 @@ type SerializeMdNodeOptions = { /** The type of the node. */ type: string; }; - - /** @default Options for each node type. */ { /** @default Options for each node type. */ diff --git a/turbo.json b/turbo.json index 89c89b3434..add10728e2 100644 --- a/turbo.json +++ b/turbo.json @@ -46,7 +46,6 @@ "outputs": [] }, "typecheck": { - "dependsOn": ["build"], "outputs": [], "cache": true },