Skip to content

Commit fd3d46e

Browse files
committed
fix: do not bundle node_modules in the package
1 parent 99ca8d9 commit fd3d46e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
"user-access": "workspace:*",
130130
"which": "^3.0.1"
131131
},
132-
"bundledDependencies": [
132+
"productionDependencies": [
133133
"@actions/core",
134134
"@actions/exec",
135135
"@actions/io",

0 commit comments

Comments
 (0)