mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-10 13:56:35 +03:00
18 lines
408 B
JSON
18 lines
408 B
JSON
{
|
|
"name": "i18n",
|
|
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
|
"projectType": "library",
|
|
"sourceRoot": "packages/i18n/src",
|
|
"targets": {
|
|
"build": {
|
|
"outputs": ["{workspaceRoot}/src/i18n-generated.ts"],
|
|
"executor": "nx:run-commands",
|
|
"options": {
|
|
"cwd": "packages/i18n",
|
|
"command": "node ./build.mjs"
|
|
}
|
|
}
|
|
},
|
|
"tags": ["infra"]
|
|
}
|