Fix build order
This commit is contained in:
parent
e39d49ab69
commit
3d604f780a
|
@ -18,6 +18,7 @@
|
|||
"lerna": "^6.6.2",
|
||||
"madge": "^6.0.0",
|
||||
"minimist": "^1.2.8",
|
||||
"nx": "^16.2.1",
|
||||
"prettier": "^2.3.1",
|
||||
"prettier-plugin-svelte": "^2.3.0",
|
||||
"rimraf": "^3.0.2",
|
||||
|
|
|
@ -26,5 +26,19 @@
|
|||
"concurrently": "^7.6.0",
|
||||
"rimraf": "3.0.2",
|
||||
"typescript": "4.7.3"
|
||||
},
|
||||
"nx": {
|
||||
"targets": {
|
||||
"build": {
|
||||
"dependsOn": [
|
||||
{
|
||||
"projects": [
|
||||
"@budibase/types"
|
||||
],
|
||||
"target": "build"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -19023,7 +19023,7 @@ nx@15.9.2, "nx@>=15.5.2 < 16":
|
|||
"@nrwl/nx-win32-arm64-msvc" "15.9.2"
|
||||
"@nrwl/nx-win32-x64-msvc" "15.9.2"
|
||||
|
||||
nx@16.2.1:
|
||||
nx@16.2.1, nx@^16.2.1:
|
||||
version "16.2.1"
|
||||
resolved "https://registry.yarnpkg.com/nx/-/nx-16.2.1.tgz#8571a4663c79dc9d60c98599b19146b58c59b473"
|
||||
integrity sha512-O+yGcYIQtYKYagbIuOQFk1P8ki5PHn0BZjdZpsa4K8UZ4pCaRWzlwWwwUL91FUJe6tdhic5710DwAAakbGKP7Q==
|
||||
|
|
Loading…
Reference in New Issue