AFFiNE/packages/frontend/i18n/project.json
2023-10-18 15:30:08 +00:00

18 lines
429 B
JSON

{
"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"]
}