Add nx build dependencies back
This commit is contained in:
parent
e1512f15de
commit
e3033b5e50
|
@ -1 +1 @@
|
|||
Subproject commit 3a05f9fcbb77bb0b1fc6b6485ef49b07bafb2801
|
||||
Subproject commit 267944a9d4be2c4e545e886d11449470607f34b6
|
|
@ -94,6 +94,7 @@
|
|||
"dependsOn": [
|
||||
{
|
||||
"projects": [
|
||||
"@budibase/string-templates",
|
||||
"@budibase/shared-core"
|
||||
],
|
||||
"target": "build"
|
||||
|
|
|
@ -69,6 +69,7 @@
|
|||
{
|
||||
"projects": [
|
||||
"@budibase/shared-core",
|
||||
"@budibase/string-templates",
|
||||
"@budibase/types"
|
||||
],
|
||||
"target": "build"
|
||||
|
@ -80,6 +81,7 @@
|
|||
{
|
||||
"projects": [
|
||||
"@budibase/shared-core",
|
||||
"@budibase/string-templates",
|
||||
"@budibase/types"
|
||||
],
|
||||
"target": "build"
|
||||
|
|
Loading…
Reference in New Issue