diff options
author | Jake McDermott <yo@jakemcdermott.me> | 2021-03-22 14:14:39 +0100 |
---|---|---|
committer | Jake McDermott <yo@jakemcdermott.me> | 2021-04-21 23:33:34 +0200 |
commit | 562ba53833863b198b289775ac720295e53ae9d2 (patch) | |
tree | 948a7d7b4f4894b53aae501a6e0c907e9e90ba74 /Makefile | |
parent | Merge pull request #9689 from rooftopcellist/i18n_devel_translations (diff) | |
download | awx-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |