Commit 07f9899
authored
chore: move pnpm-related config to
Move pnpm-related configurations from `.npmrc` to `pnpm-workspace.yaml`.
This would resolve the warning during publishing:
```
. prepare: npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
. prepare: npm warn Unknown env config "strict-peer-dependencies". This will stop working in the next major version of npm.
. prepare: npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
. prepare: npm warn Unknown env config "hoist-workspace-packages". This will stop working in the next major version of npm.
. prepare: npm warn Unknown project config "public-hoist-pattern". This will stop working in the next major version of npm.
. prepare: npm warn Unknown project config "hoist-workspace-packages". This will stop working in the next major version of npm.
. prepare: npm warn Unknown project config "strict-peer-dependencies". This will stop working in the next major version of npm.
```
Also, integrate with https://github.com/pnpm/plugin-better-defaults.pnpm-workspace.yaml (#65)1 parent cbeebc0 commit 07f9899
3 files changed
Lines changed: 14 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | 1 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
0 commit comments