From 2717033310146a81812039d3780a6bf19759d224 Mon Sep 17 00:00:00 2001 From: Thomas Knickman Date: Thu, 7 Nov 2024 21:28:54 -0500 Subject: [PATCH] fix(examples): add private to with-shell-cmds --- examples/with-shell-commands/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/with-shell-commands/package.json b/examples/with-shell-commands/package.json index e6a7829937d06..41f1535919bd3 100644 --- a/examples/with-shell-commands/package.json +++ b/examples/with-shell-commands/package.json @@ -1,6 +1,7 @@ { "name": "my-turborepo", "description": "A barebones Turborepo example for working with Task Graphs.", + "private": true, "packageManager": "pnpm@8.15.6", "devDependencies": { "turbo": "^2.0.3"