summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJake McDermott <yo@jakemcdermott.me>2021-03-22 14:14:39 +0100
committerJake McDermott <yo@jakemcdermott.me>2021-04-21 23:33:34 +0200
commit562ba53833863b198b289775ac720295e53ae9d2 (patch)
tree948a7d7b4f4894b53aae501a6e0c907e9e90ba74 /Makefile
parentMerge pull request #9689 from rooftopcellist/i18n_devel_translations (diff)
downloadawx-562ba53833863b198b289775ac720295e53ae9d2.tar.xz
awx-562ba53833863b198b289775ac720295e53ae9d2.zip
Update to react-scripts 4
Co-authored-by: nixocio <nixocio@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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