1
0
Fork 0
mirror of synced 2024-10-01 17:47:46 +13:00

Fix build order

This commit is contained in:
Adria Navarro 2023-05-23 19:16:38 +02:00
parent 8d98a772fc
commit 62a4bbdef1

View file

@ -90,5 +90,19 @@
"resolutions": { "resolutions": {
"loader-utils": "1.4.1" "loader-utils": "1.4.1"
}, },
"nx": {
"targets": {
"build": {
"dependsOn": [
{
"projects": [
"@budibase/types"
],
"target": "build"
}
]
}
}
},
"gitHead": "d1836a898cab3f8ab80ee6d8f42be1a9eed7dcdc" "gitHead": "d1836a898cab3f8ab80ee6d8f42be1a9eed7dcdc"
} }