Skip to content

Commit

Permalink
add workspace file to trueberryless
Browse files Browse the repository at this point in the history
deploy
  • Loading branch information
trueberryless committed Dec 2, 2024
1 parent c4a08cf commit 660b4e6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion repos.json
Original file line number Diff line number Diff line change
Expand Up @@ -1642,7 +1642,7 @@
"targetPath": "package.json",
"special": "package.json",
"props": {
"packageName": "@trueberyless-org/trueberryless",
"packageName": "trueberryless-monorepo",
"repositoryName": "trueberyless"
}
},
Expand All @@ -1660,6 +1660,13 @@
"path": "template-files/README.md",
"targetPath": "README.md",
"special": "README.md"
},
{
"path": "template-files/pnpm-workspace.yaml",
"targetPath": "pnpm-workspace.yaml",
"props": {
"documentationFolder": "src"
}
}
]
}
Expand Down

0 comments on commit 660b4e6

Please sign in to comment.