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

Add missing nx scripts

This commit is contained in:
Adria Navarro 2023-05-24 11:47:21 +02:00
parent f3dc4c320c
commit ed8a483e2e
2 changed files with 24 additions and 0 deletions

View file

@ -119,6 +119,16 @@
},
"nx": {
"targets": {
"build": {
"dependsOn": [
{
"projects": [
"@budibase/string-templates"
],
"target": "build"
}
]
},
"test": {
"dependsOn": [
{

View file

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