From ff27c486bf4b0bf8e8185dff94bb7383b65a77ac Mon Sep 17 00:00:00 2001 From: Julen Landa Alustiza Date: Mon, 1 Feb 2021 12:05:41 +0100 Subject: [PATCH] Fix npm install command line Signed-off-by: Julen Landa Alustiza --- awx/ui_next/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui_next/CONTRIBUTING.md b/awx/ui_next/CONTRIBUTING.md index c0a3eaefc4..3471c6b086 100644 --- a/awx/ui_next/CONTRIBUTING.md +++ b/awx/ui_next/CONTRIBUTING.md @@ -62,7 +62,7 @@ The AWX UI requires the following: Run the following to install all the dependencies: ```bash -(host) $ npm run install +(host) $ npm install ``` #### Build the User Interface