From 8d560a9e55c2ef898e2dd163146061090e6affb4 Mon Sep 17 00:00:00 2001 From: Chizaram Nwazuo <44569600+nwazuo@users.noreply.github.com> Date: Mon, 11 Oct 2021 17:44:17 +0100 Subject: [PATCH] npm build command doesn't work. Use npm run build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See: https://stackoverflow.com/questions/29939697/npm-build-doesnt-run-the-script-named-build-in-package-json This should also be updated across the docs wherever its found. Maybe I'll go hunting soon if this one gets merged (first time contributor here 😊) --- docs/developer-docs/latest/development/admin-customization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer-docs/latest/development/admin-customization.md b/docs/developer-docs/latest/development/admin-customization.md index 8234efc98c..4998b81822 100644 --- a/docs/developer-docs/latest/development/admin-customization.md +++ b/docs/developer-docs/latest/development/admin-customization.md @@ -196,7 +196,7 @@ To build the administration, run the following command from the root directory o ```sh -npm build +npm run build ```