From 0777071bbedac5fb2e9e1719957793777222556c Mon Sep 17 00:00:00 2001 From: Jonathan Foster Date: Wed, 10 Jul 2024 13:11:27 -0400 Subject: [PATCH] add root as workspace package --- .changeset/config.json | 6 +++--- pnpm-workspace.yaml | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.changeset/config.json b/.changeset/config.json index c815f37..b2f7d1b 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -2,11 +2,11 @@ "$schema": "https://unpkg.com/@changesets/config@3.0.0/schema.json", "changelog": [ "@changesets/changelog-github", - { "repo": "fostertheweb/spotify-web-sdk" } + { + "repo": "fostertheweb/spotify-web-sdk" + } ], "commit": false, - "fixed": [], - "linked": [["docs"]], "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch", diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 5bfacc7..1a311ca 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,2 +1,3 @@ packages: + - . - docs \ No newline at end of file