Skip to content

Commit 261ceaa

Browse files
committed
fix: add linux rollup binaries to optionalDependencies for CI builds
1 parent 73cdd19 commit 261ceaa

File tree

2 files changed

+279
-0
lines changed

2 files changed

+279
-0
lines changed

package-lock.json

Lines changed: 275 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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,10 @@
145145
"react-is": "^19.1.0"
146146
}
147147
},
148+
"optionalDependencies": {
149+
"@rollup/rollup-linux-x64-gnu": "^4.18.0",
150+
"@rollup/rollup-linux-x64-musl": "^4.18.0"
151+
},
148152
"dependencies": {
149153
"@floating-ui/react": "^0.26.28",
150154
"@lottiefiles/react-lottie-player": "^3.5.3",

0 commit comments

Comments
 (0)