Skip to content

Commit

Permalink
docs: fix canary package name (#8969)
Browse files Browse the repository at this point in the history
  • Loading branch information
JSerFeng authored Jan 8, 2025
1 parent 9da4fc8 commit f8e703c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions website/docs/en/contribute/development/releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@ 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/core": "npm:@rspack-canary/core@nightly"
},
"peerDependencyRules": {
"allowAny": ["@rspack/*"]
Expand Down
4 changes: 1 addition & 3 deletions website/docs/zh/contribute/development/releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@ 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/core": "npm:@rspack-canary/core@nightly"
},
"peerDependencyRules": {
"allowAny": ["@rspack/*"]
Expand Down

0 comments on commit f8e703c

Please sign in to comment.