mirror of
https://github.com/toeverything/AFFiNE.git
synced 2025-01-03 17:51:55 +03:00
build: fix i18n output (#2896)
This commit is contained in:
parent
2dd62f7603
commit
87574c9993
4
nx.json
4
nx.json
@ -33,6 +33,7 @@
|
|||||||
"{projectRoot}/target",
|
"{projectRoot}/target",
|
||||||
"{workspaceRoot}/apps/web/.next",
|
"{workspaceRoot}/apps/web/.next",
|
||||||
"{workspaceRoot}/packages/storybook/storybook-static",
|
"{workspaceRoot}/packages/storybook/storybook-static",
|
||||||
|
"{workspaceRoot}/packages/i18n/src/i18n-generated.ts",
|
||||||
"{workspaceRoot}/packages/native/affine.*.node",
|
"{workspaceRoot}/packages/native/affine.*.node",
|
||||||
"{workspaceRoot}/affine.db",
|
"{workspaceRoot}/affine.db",
|
||||||
"{workspaceRoot/apps/electron/dist"
|
"{workspaceRoot/apps/electron/dist"
|
||||||
@ -42,6 +43,9 @@
|
|||||||
{
|
{
|
||||||
"runtime": "node -v"
|
"runtime": "node -v"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"env": "BUILD_ENV"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"env": "ENABLE_BOOKMARK_OPERATION"
|
"env": "ENABLE_BOOKMARK_OPERATION"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user