mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-22 13:31:37 +03:00
chore(i18n): fix nx config (#4249)
This commit is contained in:
parent
a766279867
commit
0de6b748bb
4
nx.json
4
nx.json
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user