From 6c3f508800ce70840341fac3de0b47651c370131 Mon Sep 17 00:00:00 2001 From: wobsoriano Date: Thu, 31 Oct 2024 09:01:29 -0700 Subject: [PATCH] ci: ignore other projects --- .changeset/config.json | 2 +- docs/package.json | 2 ++ playground/package.json | 1 + pnpm-workspace.yaml | 1 + 4 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index 428ac59..f98a69c 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -7,5 +7,5 @@ "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch", - "ignore": [] + "ignore": ["playground", "docs"] } diff --git a/docs/package.json b/docs/package.json index 0cae47b..c079614 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,5 +1,7 @@ { "name": "docs", + "private": true, + "version": "0.0.0", "description": "Docs for TRPC-Nuxt", "scripts": { "dev": "nuxi dev", diff --git a/playground/package.json b/playground/package.json index 92953c4..f22c2a3 100644 --- a/playground/package.json +++ b/playground/package.json @@ -1,6 +1,7 @@ { "name": "playground", "private": true, + "version": "0.0.0", "scripts": { "build": "nuxi build", "dev": "nuxi dev", diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index dc60257..554dcdc 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,3 +1,4 @@ packages: + - . - playground - docs