build: fix nx config (#2824)

This commit is contained in:
Alex Yang
2023-06-19 23:07:40 +08:00
committed by GitHub
parent 357ff9853d
commit 775d6212d3
2 changed files with 30 additions and 29 deletions
+4 -1
View File
@@ -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"]
},