Fix dependencies on checks
This commit is contained in:
parent
d2768db2a3
commit
03c33cec54
|
@ -1 +1 @@
|
|||
Subproject commit f8fc68e45f5f8c4b9168fe4122be7f184869c65d
|
||||
Subproject commit 92b022b083ad3fed947b0ddc742e7eef87176874
|
|
@ -178,5 +178,19 @@
|
|||
"optionalDependencies": {
|
||||
"oracledb": "5.3.0"
|
||||
},
|
||||
"nx": {
|
||||
"targets": {
|
||||
"test": {
|
||||
"dependsOn": [
|
||||
{
|
||||
"target": "build",
|
||||
"projects": [
|
||||
"@budibase/client"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"gitHead": "d1836a898cab3f8ab80ee6d8f42be1a9eed7dcdc"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue