mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-11 07:06:28 +08:00
chore(i18n): fix nx config (#4249)
This commit is contained in:
@@ -32,11 +32,9 @@
|
||||
"{projectRoot}/dist",
|
||||
"{projectRoot}/build",
|
||||
"{projectRoot}/out",
|
||||
"{projectRoot}/storybook-static",
|
||||
"{workspaceRoot}/packages/i18n/src/i18n-generated.ts"
|
||||
"{projectRoot}/storybook-static"
|
||||
],
|
||||
"inputs": [
|
||||
"{workspaceRoot}/i18n/**/*",
|
||||
"{workspaceRoot}/infra/**/*",
|
||||
"{workspaceRoot}/sdk/**/*",
|
||||
{
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
"sourceRoot": "packages/i18n/src",
|
||||
"targets": {
|
||||
"build": {
|
||||
"outputs": ["{workspaceRoot}/src/i18n-generated.ts"],
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
"cwd": "packages/i18n",
|
||||
|
||||
Reference in New Issue
Block a user