mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-12-21 09:27:11 -05:00
fix: migrate turbo.json
turbo v2 changed the turbo.json file somewhat. This PR address this. See: https://turbo.build/repo/docs/crafting-your-repository/upgrading Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
03a388c6f9
commit
09641c14f6
1 changed files with 1 additions and 10 deletions
11
turbo.json
11
turbo.json
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"$schema": "https://turbo.build/schema.json",
|
||||
"pipeline": {
|
||||
"tasks": {
|
||||
"build": {},
|
||||
"@hedgedoc/html-to-react#build": {
|
||||
"dependsOn": [
|
||||
|
@ -49,7 +49,6 @@
|
|||
"NODEJS_VERSION"
|
||||
]
|
||||
},
|
||||
|
||||
"build:test": {},
|
||||
"@hedgedoc/frontend#build:test": {
|
||||
"dependsOn": [
|
||||
|
@ -63,7 +62,6 @@
|
|||
"NODEJS_VERSION"
|
||||
]
|
||||
},
|
||||
|
||||
"lint": {
|
||||
"dependsOn": [
|
||||
"^build"
|
||||
|
@ -74,15 +72,12 @@
|
|||
"^build"
|
||||
]
|
||||
},
|
||||
|
||||
"format": {},
|
||||
|
||||
"test": {
|
||||
"dependsOn": [
|
||||
"^build"
|
||||
]
|
||||
},
|
||||
|
||||
"test:ci": {
|
||||
"dependsOn": [
|
||||
"^build"
|
||||
|
@ -94,7 +89,6 @@
|
|||
"coverage/**"
|
||||
]
|
||||
},
|
||||
|
||||
"test:e2e:ci": {},
|
||||
"@hedgedoc/frontend#test:e2e:ci": {
|
||||
"dependsOn": [
|
||||
|
@ -115,7 +109,6 @@
|
|||
"coverage-e2e/**"
|
||||
]
|
||||
},
|
||||
|
||||
"start:dev": {
|
||||
"dependsOn": [
|
||||
"^build"
|
||||
|
@ -123,11 +116,9 @@
|
|||
"cache": false,
|
||||
"persistent": true
|
||||
},
|
||||
|
||||
"start": {
|
||||
"cache": false,
|
||||
"persistent": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue