AFFiNE/packages/frontend/i18n/project.json

18 lines
429 B
JSON
Raw Normal View History

2023-06-30 20:17:31 +03:00
{
"name": "i18n",
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
2023-06-30 20:17:31 +03:00
"projectType": "library",
"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": {
"cwd": "packages/frontend/i18n",
2023-06-30 20:17:31 +03:00
"command": "node ./build.mjs"
}
}
},
"tags": ["infra"]
2023-06-30 20:17:31 +03:00
}