Skip to content

Commit

Permalink
add rollup binaries optionally for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jens-ox committed Mar 25, 2024
1 parent 5c13f64 commit 87668ba
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
15 changes: 15 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
"typescript": "^5.4.3",
"vitest": "^1.4.0"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.13.0"
},
"scripts": {
"test": "vitest run",
"build": "tsup",
Expand Down

0 comments on commit 87668ba

Please sign in to comment.