From 357ff9853dc01e69d11399c8bf52ef2d57e3663a Mon Sep 17 00:00:00 2001 From: Alex Yang Date: Mon, 19 Jun 2023 18:21:34 +0800 Subject: [PATCH] fix: native build (#2822) --- nx.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nx.json b/nx.json index aef467f816..f97dbdee8b 100644 --- a/nx.json +++ b/nx.json @@ -30,7 +30,8 @@ "{projectRoot}/out", "{projectRoot}/node_modules/.cache", "apps/web/.next/cache", - "packages/storybook/storybook-static" + "packages/storybook/storybook-static", + "packages/native/affine.*.node" ], "inputs": [ {