From 39180ba1ef6e40fd4724b7c0ee23fa74b431dc8b Mon Sep 17 00:00:00 2001 From: Abdurrehman Subhani Date: Wed, 8 Jan 2025 17:32:31 +0500 Subject: [PATCH] uncomment node_modues exclude --- packages/usdk/lib/deploy.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/usdk/lib/deploy.mjs b/packages/usdk/lib/deploy.mjs index 12575bc17..3402d5fff 100644 --- a/packages/usdk/lib/deploy.mjs +++ b/packages/usdk/lib/deploy.mjs @@ -151,7 +151,7 @@ export const deploy = async (args, opts) => { const uint8Array = await packZip(directory, { exclude: [ - // /[\/\\]node_modules[\/\\]/, // linux and windows + /[\/\\]node_modules[\/\\]/, // linux and windows { test: (p) => { p = p.slice(directory.length + 1);