Skip to content

Commit fbc632d

Browse files
committed
chore: add optional dependency for GitHub Actions
1 parent 2b5e70c commit fbc632d

File tree

2 files changed

+162
-0
lines changed

2 files changed

+162
-0
lines changed

package-lock.json

+159
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@
7979
"typescript": "~5.0.4",
8080
"wireit": "^0.10.0"
8181
},
82+
"optionalDependencies": {
83+
"@rollup/rollup-linux-x64-gnu": "*"
84+
},
8285
"eslintConfig": {
8386
"parser": "@typescript-eslint/parser",
8487
"plugins": [

0 commit comments

Comments
 (0)