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": {
|
||||
"dependsOn": [
|
||||
"^build"
|
||||
"build"
|
||||
]
|
||||
},
|
||||
"test:integration": {
|
||||
"dependsOn": [
|
||||
"^build"
|
||||
"build:app"
|
||||
]
|
||||
},
|
||||
"build:docs": {
|
||||
"dependsOn": [
|
||||
"^build"
|
||||
"build"
|
||||
]
|
||||
},
|
||||
"lint": {
|
||||
"dependsOn": [
|
||||
"^build"
|
||||
"build"
|
||||
]
|
||||
},
|
||||
"test:unit": {
|
||||
"dependsOn": [
|
||||
"^build"
|
||||
"build"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user