mirror of
https://github.com/actions/javascript-action.git
synced 2025-04-05 23:09:41 +00:00
Add optional dependency for GHA build
This commit is contained in:
@ -55,5 +55,8 @@
|
||||
"prettier": "^3.3.3",
|
||||
"prettier-eslint": "^16.3.0",
|
||||
"rollup": "^4.27.1"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"@rollup/rollup-linux-x64-gnu": "*"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user