From 10a8b7c1e6516df1c16c723748a5b41e14c4a754 Mon Sep 17 00:00:00 2001 From: Kenneth Manuel Lieyanto Date: Sat, 10 May 2025 13:49:09 +0700 Subject: [PATCH] fix: v11 npm run page not found --- content/cli/v11/commands/npm-run-script.mdx | 1 + content/nav.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/content/cli/v11/commands/npm-run-script.mdx b/content/cli/v11/commands/npm-run-script.mdx index 83045adf327..a3ffe9f80ce 100644 --- a/content/cli/v11/commands/npm-run-script.mdx +++ b/content/cli/v11/commands/npm-run-script.mdx @@ -30,6 +30,7 @@ redirect_from: - /cli/v11/cli-commands/run-script - /cli/v11/commands/run-script - /cli/v11/npm-run-script + - /cli/v11/commands/npm-run - /cli/v11/run-script - /commands/npm-run-script - /commands/run-script diff --git a/content/nav.yml b/content/nav.yml index dd02d22c471..83759ce171e 100644 --- a/content/nav.yml +++ b/content/nav.yml @@ -1743,7 +1743,7 @@ url: /cli/v11/commands/npm-root description: Display npm root - title: npm run - url: /cli/v11/commands/npm-run + url: /cli/v11/commands/npm-run-script description: Run arbitrary package scripts - title: npm sbom url: /cli/v11/commands/npm-sbom