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:
@@ -31,11 +31,6 @@
|
|||||||
"env:validate": "turbo gen validate-env"
|
"env:validate": "turbo gen validate-env"
|
||||||
},
|
},
|
||||||
"prettier": "@kit/prettier-config",
|
"prettier": "@kit/prettier-config",
|
||||||
"workspaces": [
|
|
||||||
"apps/*",
|
|
||||||
"packages/**",
|
|
||||||
"tooling/*"
|
|
||||||
],
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@manypkg/cli": "^0.21.4",
|
"@manypkg/cli": "^0.21.4",
|
||||||
"@turbo/gen": "^2.0.3",
|
"@turbo/gen": "^2.0.3",
|
||||||
|
|||||||
Reference in New Issue
Block a user