Commit f61c40d
committed
fix(deps): disable workspace package linking for lib-stable
Fixes CI import resolution errors by disabling pnpm workspace package
linking. Previously, link-workspace-packages=true caused pnpm to create
a symlink from @socketsecurity/lib-stable to the project root instead
of installing the actual tarball, creating a circular dependency during
builds.
Changes:
- Set link-workspace-packages=false in .npmrc
- Set prefer-workspace-packages=false in .npmrc
- Regenerated pnpm-lock.yaml to install actual tarball
This ensures build scripts can import from the pre-built lib-stable
package instead of the source code being built.1 parent e12dbbf commit f61c40d
2 files changed
+16
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments