From d30e414a1d88896938ea3f235d86048d9bee8078 Mon Sep 17 00:00:00 2001 From: trueberryless Date: Sun, 19 Jan 2025 12:16:44 +0100 Subject: [PATCH] remove pnpm-workspace sync, cause very specific deploy --- repos.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/repos.json b/repos.json index e244b2d..e974a85 100644 --- a/repos.json +++ b/repos.json @@ -1606,13 +1606,6 @@ "path": "template-files/README.md", "targetPath": "packages/theme/README.md", "special": "README.md" - }, - { - "path": "template-files/pnpm-workspace.yaml", - "targetPath": "pnpm-workspace.yaml", - "props": { - "documentationFolder": "apps/docs" - } } ] },