Skip to content

Commit 2c24164

Browse files
committed
add weird dependencies to try and fix CI test failure
1 parent 2d8f6ed commit 2c24164

File tree

2 files changed

+147
-10
lines changed

2 files changed

+147
-10
lines changed

package-lock.json

Lines changed: 143 additions & 10 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
@@ -74,6 +74,10 @@
7474
"prettier": "^3.5.3",
7575
"typescript": "^5"
7676
},
77+
"optionalDependencies": {
78+
"@next/swc-linux-x64-gnu": "^15.3.3",
79+
"@next/swc-linux-x64-musl": "^15.3.3"
80+
},
7781
"lint-staged": {
7882
"*.js": "eslint --cache --fix",
7983
"*.ts": "eslint --cache --fix",

0 commit comments

Comments
 (0)