1
0
Fork 0
mirror of synced 2024-07-02 21:10:43 +12:00

Fix dependencies on checks

This commit is contained in:
Adria Navarro 2023-05-22 14:27:06 +02:00
parent d2768db2a3
commit 03c33cec54
2 changed files with 15 additions and 1 deletions

@ -1 +1 @@
Subproject commit f8fc68e45f5f8c4b9168fe4122be7f184869c65d
Subproject commit 92b022b083ad3fed947b0ddc742e7eef87176874

View file

@ -178,5 +178,19 @@
"optionalDependencies": {
"oracledb": "5.3.0"
},
"nx": {
"targets": {
"test": {
"dependsOn": [
{
"target": "build",
"projects": [
"@budibase/client"
]
}
]
}
}
},
"gitHead": "d1836a898cab3f8ab80ee6d8f42be1a9eed7dcdc"
}