mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-25 18:26:05 +08:00
build: enhance nx build (#2948)
This commit is contained in:
15
packages/i18n/project.json
Normal file
15
packages/i18n/project.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "i18n",
|
||||
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
||||
"projectType": "library",
|
||||
"sourceRoot": "packages/i18n/src",
|
||||
"targets": {
|
||||
"build": {
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
"cwd": "packages/i18n",
|
||||
"command": "node ./build.mjs"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user