mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-07 09:21:24 +08:00
build: fix nx config (#2824)
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
"{projectRoot}/build",
|
||||
"{projectRoot}/out",
|
||||
"{projectRoot}/node_modules/.cache",
|
||||
"apps/web/.next/cache",
|
||||
"apps/web/.next",
|
||||
"packages/storybook/storybook-static",
|
||||
"packages/native/affine.*.node"
|
||||
],
|
||||
@@ -83,6 +83,9 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"export": {
|
||||
"dependsOn": ["build"]
|
||||
},
|
||||
"dev": {
|
||||
"dependsOn": ["^build"]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user