We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b4269b commit cf4fd49Copy full SHA for cf4fd49
Makefile
@@ -16,5 +16,5 @@ run:
16
17
.PHONY:ui
18
ui:
19
- @cd $(UI) && REACT_APP_LANG_SERVER=http://$(LISTEN_ADDR) yarn start
+ @cd $(UI) && REACT_APP_LANG_SERVER=http://$(LISTEN_ADDR) REACT_APP_VERSION=testing yarn start
20
0 commit comments