From bb567da8c6680fa95f9214fcdbbb3e825299d15c Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Tue, 27 Feb 2024 21:31:17 +0800 Subject: [PATCH] chore: --- package.json | 5 +---- pnpm-workspace.yaml | 5 ----- 2 files changed, 1 insertion(+), 9 deletions(-) delete mode 100644 pnpm-workspace.yaml diff --git a/package.json b/package.json index 7559db08..20088b20 100644 --- a/package.json +++ b/package.json @@ -22,8 +22,5 @@ "dependencies": { "axios": "^1.4.0", "lodash": "^4.17.21" - }, - "workspaces": [ - "packages/**" - ] + } } diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml deleted file mode 100644 index c1368ed9..00000000 --- a/pnpm-workspace.yaml +++ /dev/null @@ -1,5 +0,0 @@ -packages: - # all packages in subdirs of packages/ and components/ - - 'packages/**' - # exclude packages that are inside test directories - - '!**/test/**'