Skip to content

Commit

Permalink
docs: fix canary package name
Browse files Browse the repository at this point in the history
  • Loading branch information
JSerFeng committed Jan 8, 2025
1 parent 0237d92 commit 80287d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions website/docs/en/contribute/development/releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,8 @@ Take pnpm as an example:
{
"pnpm": {
"overrides": {
"@rspack/binding": "npm:@rspack/binding-canary@nightly",
"@rspack/core": "npm:@rspack/core-canary@nightly",
"@rspack/plugin-react-refresh": "npm:@rspack/plugin-react-refresh@nightly"
"@rspack/binding": "npm:@rspack-canary/binding@nightly",
"@rspack/core": "npm:@rspack-canary/core@nightly"
},
"peerDependencyRules": {
"allowAny": ["@rspack/*"]
Expand Down
5 changes: 2 additions & 3 deletions website/docs/zh/contribute/development/releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,8 @@ nightly 构建完全复制了全量发布构建,以便尽早发现错误。
{
"pnpm": {
"overrides": {
"@rspack/binding": "npm:@rspack/binding-canary@nightly",
"@rspack/core": "npm:@rspack/core-canary@nightly",
"@rspack/plugin-react-refresh": "npm:@rspack/plugin-react-refresh@nightly"
"@rspack/binding": "npm:@rspack-canary/binding@nightly",
"@rspack/core": "npm:@rspack-canary/core@nightly"
},
"peerDependencyRules": {
"allowAny": ["@rspack/*"]
Expand Down

0 comments on commit 80287d8

Please sign in to comment.