From 562ba53833863b198b289775ac720295e53ae9d2 Mon Sep 17 00:00:00 2001 From: Jake McDermott Date: Mon, 22 Mar 2021 09:14:39 -0400 Subject: Update to react-scripts 4 Co-authored-by: nixocio --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5e15513c99..3b3b220c60 100644 --- a/Makefile +++ b/Makefile @@ -392,7 +392,7 @@ clean-ui: rm -rf $(UI_BUILD_FLAG_FILE) awx/ui_next/node_modules: - $(NPM_BIN) --prefix awx/ui_next --loglevel warn --ignore-scripts install + $(NPM_BIN) --prefix awx/ui_next --loglevel warn install $(UI_BUILD_FLAG_FILE): $(NPM_BIN) --prefix awx/ui_next --loglevel warn run compile-strings -- cgit v1.2.3