Skip to content

Commit 1b4651d

Browse files
committed
fix: remove @socketsecurity/lib link override for CI build compatibility
The pnpm.overrides contained a link to ../socket-lib which doesn't exist in CI environments. This caused module resolution failures when building in GitHub Actions. Use the published npm version (1.3.0) instead of a local link.
1 parent 5b63c9c commit 1b4651d

File tree

2 files changed

+31
-7
lines changed

2 files changed

+31
-7
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,7 @@
154154
"vite": "7.1.11",
155155
"xml2js": "0.6.2",
156156
"yaml": "2.8.1",
157-
"yargs-parser": "21.1.1",
158-
"@socketsecurity/lib": "link:../socket-lib"
157+
"yargs-parser": "21.1.1"
159158
},
160159
"patchedDependencies": {
161160
"brace-expansion@2.0.2": "patches/brace-expansion@2.0.2.patch",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)