1
0
Fork 0
mirror of synced 2024-10-05 12:34:50 +13:00

Fix execution order

This commit is contained in:
Adria Navarro 2023-08-02 02:16:27 +02:00
parent 803c79fa55
commit ec79f612bc

View file

@ -140,6 +140,16 @@
}
]
},
"dev:builder": {
"dependsOn": [
{
"projects": [
"@budibase/shared-core"
],
"target": "dev:builder"
}
]
},
"test": {
"dependsOn": [
{