From 6f9bb024be8ca9be50c3a9ba425557a4907eaec2 Mon Sep 17 00:00:00 2001 From: himself65 Date: Tue, 20 Jun 2023 13:41:58 +0800 Subject: [PATCH] build: update `nx.json` --- nx.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/nx.json b/nx.json index f44bae11e..fb051b3ee 100644 --- a/nx.json +++ b/nx.json @@ -29,9 +29,10 @@ "{projectRoot}/build", "{projectRoot}/out", "{projectRoot}/node_modules/.cache", - "apps/web/.next", - "packages/storybook/storybook-static", - "packages/native/affine.*.node" + "{projectRoot}/target", + "{workspaceRoot}/apps/web/.next", + "{workspaceRoot}/packages/storybook/storybook-static", + "{workspaceRoot}/packages/native/affine.*.node" ], "inputs": [ {