1
0
Fork 0
mirror of synced 2024-09-30 00:57:16 +13:00

Fix build order

This commit is contained in:
Adria Navarro 2023-05-23 19:00:56 +02:00
parent e39d49ab69
commit 3d604f780a
3 changed files with 16 additions and 1 deletions

View file

@ -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",

View file

@ -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"
}
]
}
}
}
}

View file

@ -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==