mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
chore: Fix nx target defaults
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
645e274d72
commit
4d416162ed
10
nx.json
10
nx.json
@ -17,27 +17,27 @@
|
|||||||
},
|
},
|
||||||
"build:app": {
|
"build:app": {
|
||||||
"dependsOn": [
|
"dependsOn": [
|
||||||
"^build"
|
"build"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"test:integration": {
|
"test:integration": {
|
||||||
"dependsOn": [
|
"dependsOn": [
|
||||||
"^build"
|
"build:app"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"build:docs": {
|
"build:docs": {
|
||||||
"dependsOn": [
|
"dependsOn": [
|
||||||
"^build"
|
"build"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"lint": {
|
"lint": {
|
||||||
"dependsOn": [
|
"dependsOn": [
|
||||||
"^build"
|
"build"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"test:unit": {
|
"test:unit": {
|
||||||
"dependsOn": [
|
"dependsOn": [
|
||||||
"^build"
|
"build"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user