From f8e703cbc289e6f97f61236ebd6ee4e15c139f89 Mon Sep 17 00:00:00 2001 From: Fy <1114550440@qq.com> Date: Wed, 8 Jan 2025 14:58:08 +0800 Subject: [PATCH] docs: fix canary package name (#8969) --- website/docs/en/contribute/development/releasing.md | 4 +--- website/docs/zh/contribute/development/releasing.md | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/website/docs/en/contribute/development/releasing.md b/website/docs/en/contribute/development/releasing.md index 3a5abddd8c3e..30dfb0cc7321 100644 --- a/website/docs/en/contribute/development/releasing.md +++ b/website/docs/en/contribute/development/releasing.md @@ -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/*"] diff --git a/website/docs/zh/contribute/development/releasing.md b/website/docs/zh/contribute/development/releasing.md index 19d505ca32fd..c2ece154e2ea 100644 --- a/website/docs/zh/contribute/development/releasing.md +++ b/website/docs/zh/contribute/development/releasing.md @@ -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/*"]