build(packages): rEVERT THIS COMMIT - stop building problematic packages

This commit is contained in:
Jack Westbrook
2025-03-14 17:08:00 +01:00
parent 7fb26e69a0
commit d9f7227140
4 changed files with 16 additions and 8 deletions
+4 -2
View File
@@ -1,6 +1,8 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"tags": ["scope:package", "type:ui"],
"targets": {}
"tags": ["type:ui"],
"targets": {
"build": {}
}
}
+4 -2
View File
@@ -1,6 +1,8 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"tags": ["scope:package", "type:ui"],
"targets": {}
"tags": ["type:ui"],
"targets": {
"build": {}
}
}
+4 -2
View File
@@ -1,6 +1,8 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"tags": ["scope:package", "type:ui"],
"targets": {}
"tags": ["type:ui"],
"targets": {
"build": {}
}
}
+4 -2
View File
@@ -1,6 +1,8 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"tags": ["scope:package", "type:ui"],
"targets": {}
"tags": ["type:ui"],
"targets": {
"build": {}
}
}