From 660b4e601e4045951f05dc9685b332db5a8d16e6 Mon Sep 17 00:00:00 2001 From: trueberryless Date: Mon, 2 Dec 2024 21:27:24 +0100 Subject: [PATCH] add workspace file to trueberryless deploy --- repos.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/repos.json b/repos.json index 1b2c3b5..f5e67ac 100644 --- a/repos.json +++ b/repos.json @@ -1642,7 +1642,7 @@ "targetPath": "package.json", "special": "package.json", "props": { - "packageName": "@trueberyless-org/trueberryless", + "packageName": "trueberryless-monorepo", "repositoryName": "trueberyless" } }, @@ -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" + } } ] }