2023-06-30 20:17:31 +03:00
|
|
|
{
|
|
|
|
"name": "i18n",
|
2023-10-18 18:30:08 +03:00
|
|
|
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
|
2023-06-30 20:17:31 +03:00
|
|
|
"projectType": "library",
|
2023-10-18 18:30:08 +03:00
|
|
|
"sourceRoot": "packages/frontend/i18n/src",
|
2023-06-30 20:17:31 +03:00
|
|
|
"targets": {
|
|
|
|
"build": {
|
2023-09-07 09:54:28 +03:00
|
|
|
"outputs": ["{workspaceRoot}/src/i18n-generated.ts"],
|
2023-06-30 20:17:31 +03:00
|
|
|
"executor": "nx:run-commands",
|
|
|
|
"options": {
|
2023-10-18 18:30:08 +03:00
|
|
|
"cwd": "packages/frontend/i18n",
|
2023-06-30 20:17:31 +03:00
|
|
|
"command": "node ./build.mjs"
|
|
|
|
}
|
|
|
|
}
|
2023-08-29 13:07:05 +03:00
|
|
|
},
|
|
|
|
"tags": ["infra"]
|
2023-06-30 20:17:31 +03:00
|
|
|
}
|