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

Fix build order

This commit is contained in:
Adria Navarro 2023-05-23 19:15:08 +02:00
parent 3d604f780a
commit 8d98a772fc
2 changed files with 14 additions and 7 deletions

View file

@ -88,5 +88,19 @@
"tsconfig-paths": "4.0.0",
"typescript": "4.7.3"
},
"nx": {
"targets": {
"build": {
"dependsOn": [
{
"projects": [
"@budibase/types"
],
"target": "build"
}
]
}
}
},
"gitHead": "d1836a898cab3f8ab80ee6d8f42be1a9eed7dcdc"
}

View file

@ -1,7 +0,0 @@
{
"targets": {
"build": {
"dependsOn": ["@budibase/types:build"]
}
}
}