ci: remove nx-cloud (#9203)

This commit is contained in:
Brooooooklyn
2024-12-19 07:58:45 +00:00
parent da0f3d0b56
commit 4c48aee88b
21 changed files with 40 additions and 895 deletions
-17
View File
@@ -1,17 +0,0 @@
{
"name": "i18n",
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"sourceRoot": "packages/frontend/i18n/src",
"targets": {
"build": {
"outputs": ["{workspaceRoot}/src/i18n-generated.ts"],
"executor": "nx:run-commands",
"options": {
"cwd": "packages/frontend/i18n",
"command": "node ./build.mjs"
}
}
},
"tags": ["infra"]
}