Remove workspaces configuration from package.json

The configuration for the "workspaces" field in package.json file has been deleted. It should pick up the workspaces form pnpm-workspace.yaml instead.
This commit is contained in:
gbuomprisco
2024-06-08 23:50:24 +08:00
parent 940e704069
commit 337c8043c8

View File

@@ -31,11 +31,6 @@
"env:validate": "turbo gen validate-env"
},
"prettier": "@kit/prettier-config",
"workspaces": [
"apps/*",
"packages/**",
"tooling/*"
],
"dependencies": {
"@manypkg/cli": "^0.21.4",
"@turbo/gen": "^2.0.3",