summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJake McDermott <yo@jakemcdermott.me>2020-11-24 21:36:02 +0100
committerJake McDermott <yo@jakemcdermott.me>2020-11-24 21:39:54 +0100
commitc0d8474ac6e2c85521b82bec8f3b0bd2990ae755 (patch)
treec5cde9a27448796e16843414c198ba8b5b63847c /Makefile
parentRemove *-next make targets (diff)
downloadawx-c0d8474ac6e2c85521b82bec8f3b0bd2990ae755.tar.xz
awx-c0d8474ac6e2c85521b82bec8f3b0bd2990ae755.zip
Undo staged locale changes after devel build
Diffstat (limited to '')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ff523d7bf4..6a7d4af5a5 100644
--- a/Makefile
+++ b/Makefile
@@ -475,6 +475,7 @@ ui-devel: awx/ui_next/node_modules
$(NPM_BIN) --prefix awx/ui_next run extract-strings
$(NPM_BIN) --prefix awx/ui_next run compile-strings
$(NPM_BIN) --prefix awx/ui_next run build
+ git checkout awx/ui_next/src/locales
mkdir -p awx/public/static/css
mkdir -p awx/public/static/js
mkdir -p awx/public/static/media