From 8d0a2390d28657fd5671b328a0416b4d5f41fb60 Mon Sep 17 00:00:00 2001 From: Nex Zhu Date: Fri, 15 Dec 2023 16:24:13 +0800 Subject: [PATCH] setup(root): fix add root to pnpm-workspace.yaml --- package.json | 4 ++-- pnpm-workspace.yaml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6c19d6d..9ccdab7 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@fgweb/monorepo-starter", + "name": "@daotl/root", "type": "module", "version": "1.0.0", "private": true, @@ -7,7 +7,7 @@ "description": "Web monorepo starter template", "repository": { "type": "git", - "url": "git@gitea.internetapi.cn:fgweb/monorepo.git" + "url": "https://github.com/daotl/web-monorepo-starter.git" }, "main": "index.js", "scripts": { diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index c42e60d..ca79ccf 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,4 +1,5 @@ packages: + - '.' - 'packages/*' - 'apps/*' - 'lib/*'