Skip to content

Commit

Permalink
fix(examples): add private to with-shell-cmds (#9411)
Browse files Browse the repository at this point in the history
### Description

Fixes #9150

yarn classic errors when using workspaces without setting private to
true

### Testing Instructions

<!--
  Give a quick description of steps to test your changes.
-->
  • Loading branch information
tknickman authored Nov 8, 2024
1 parent e09449c commit f04e2a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/with-shell-commands/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "my-turborepo",
"description": "A barebones Turborepo example for working with Task Graphs.",
"private": true,
"packageManager": "[email protected]",
"devDependencies": {
"turbo": "^2.0.3"
Expand Down

0 comments on commit f04e2a8

Please sign in to comment.