[chore]: Removed explicit dependencies and cleaned up turbo config (#3388)

* Removed explicit dependencies and cleaned up turbo config

* fix: upgrade turbo

---------

Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
This commit is contained in:
M. Palanikannan
2024-01-17 17:24:56 +05:30
committed by sriram veeraghanta
parent fadda7cf04
commit cce349b805
3 changed files with 39 additions and 90 deletions

View File

@@ -29,63 +29,18 @@
"dist/**"
]
},
"web#develop": {
"develop": {
"cache": false,
"persistent": true,
"dependsOn": [
"@plane/lite-text-editor#build",
"@plane/rich-text-editor#build",
"@plane/document-editor#build",
"@plane/ui#build"
"^build"
]
},
"space#develop": {
"dev": {
"cache": false,
"persistent": true,
"dependsOn": [
"@plane/lite-text-editor#build",
"@plane/rich-text-editor#build",
"@plane/document-editor#build",
"@plane/ui#build"
]
},
"web#build": {
"cache": true,
"dependsOn": [
"@plane/lite-text-editor#build",
"@plane/rich-text-editor#build",
"@plane/document-editor#build",
"@plane/ui#build"
]
},
"space#build": {
"cache": true,
"dependsOn": [
"@plane/lite-text-editor#build",
"@plane/rich-text-editor#build",
"@plane/document-editor#build",
"@plane/ui#build"
]
},
"@plane/lite-text-editor#build": {
"cache": true,
"dependsOn": [
"@plane/editor-core#build",
"@plane/editor-extensions#build"
]
},
"@plane/rich-text-editor#build": {
"cache": true,
"dependsOn": [
"@plane/editor-core#build",
"@plane/editor-extensions#build"
]
},
"@plane/document-editor#build": {
"cache": true,
"dependsOn": [
"@plane/editor-core#build",
"@plane/editor-extensions#build"
"^build"
]
},
"test": {
@@ -97,12 +52,6 @@
"lint": {
"outputs": []
},
"dev": {
"cache": false
},
"develop": {
"cache": false
},
"start": {
"cache": false
},