mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-22 19:11:32 +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}/dist",
|
||||||
"{projectRoot}/build",
|
"{projectRoot}/build",
|
||||||
"{projectRoot}/out",
|
"{projectRoot}/out",
|
||||||
"{projectRoot}/storybook-static",
|
"{projectRoot}/storybook-static"
|
||||||
"{workspaceRoot}/packages/i18n/src/i18n-generated.ts"
|
|
||||||
],
|
],
|
||||||
"inputs": [
|
"inputs": [
|
||||||
"{workspaceRoot}/i18n/**/*",
|
|
||||||
"{workspaceRoot}/infra/**/*",
|
"{workspaceRoot}/infra/**/*",
|
||||||
"{workspaceRoot}/sdk/**/*",
|
"{workspaceRoot}/sdk/**/*",
|
||||||
{
|
{
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
"sourceRoot": "packages/i18n/src",
|
"sourceRoot": "packages/i18n/src",
|
||||||
"targets": {
|
"targets": {
|
||||||
"build": {
|
"build": {
|
||||||
|
"outputs": ["{workspaceRoot}/src/i18n-generated.ts"],
|
||||||
"executor": "nx:run-commands",
|
"executor": "nx:run-commands",
|
||||||
"options": {
|
"options": {
|
||||||
"cwd": "packages/i18n",
|
"cwd": "packages/i18n",
|
||||||
|
Loading…
Reference in New Issue
Block a user