fix: do not bundle node_modules in the package

This commit is contained in:
Amin Yahyaabadi 2023-09-01 11:43:14 -07:00
parent 99ca8d9642
commit fd3d46ef75
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@
"user-access": "workspace:*",
"which": "^3.0.1"
},
"bundledDependencies": [
"productionDependencies": [
"@actions/core",
"@actions/exec",
"@actions/io",