From fd3d46ef75dc74af95418dfae4cf75a78d908217 Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Fri, 1 Sep 2023 11:43:14 -0700 Subject: [PATCH] fix: do not bundle node_modules in the package --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0ac3366d..d746be95 100644 --- a/package.json +++ b/package.json @@ -129,7 +129,7 @@ "user-access": "workspace:*", "which": "^3.0.1" }, - "bundledDependencies": [ + "productionDependencies": [ "@actions/core", "@actions/exec", "@actions/io",