Skip to content

Commit aa73a12

Browse files
committed
chore: add optional dependency for GitHub Actions
1 parent c664d78 commit aa73a12

File tree

2 files changed

+162
-0
lines changed

2 files changed

+162
-0
lines changed

package-lock.json

Lines changed: 159 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 0 deletions
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)