diff --git a/package.json b/package.json index b151555f..164e250b 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/**'