mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-21 20:16:26 +08:00
build: fix nx output (#2817)
This commit is contained in:
@@ -24,6 +24,14 @@
|
||||
"targetDefaults": {
|
||||
"build": {
|
||||
"dependsOn": ["^build"],
|
||||
"outputs": [
|
||||
"{projectRoot}/dist",
|
||||
"{projectRoot}/build",
|
||||
"{projectRoot}/out",
|
||||
"{projectRoot}/node_modules/.cache",
|
||||
"apps/web/.next/cache",
|
||||
"packages/storybook/storybook-static"
|
||||
],
|
||||
"inputs": [
|
||||
{
|
||||
"runtime": "node -v"
|
||||
|
||||
Reference in New Issue
Block a user