diff --git a/defaults/main.yml b/defaults/main.yml index e809af0..3418612 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -52,6 +52,6 @@ react_build_default_cmd: build # app settings react_app_settings: - REACT_APP_WEBSITE_NAME: 'React Example App' + REACT_APP_WEBSITE_NAME: "React Example App" GENERATE_SOURCEMAP: "false" SKIP_PREFLIGHT_CHECK: "true" diff --git a/molecule/ubuntu-1804-opensrp/converge.yml b/molecule/ubuntu-1804-opensrp/converge.yml index 57f0b6d..987a899 100644 --- a/molecule/ubuntu-1804-opensrp/converge.yml +++ b/molecule/ubuntu-1804-opensrp/converge.yml @@ -15,7 +15,7 @@ SKIP_PREFLIGHT_CHECK: "true" react_remote_js_build: false react_local_app_path: "{{ react_local_checkout_path }}/app" - react_app_path: "{{ react_checkout_path }}/app" + react_app_path: "{{ react_checkout_path }}" react_build_cmds: - cmd: lerna:prepublish args: --scope @opensrp/store diff --git a/tasks/configure.yml b/tasks/configure.yml index 1c9c26e..e337969 100644 --- a/tasks/configure.yml +++ b/tasks/configure.yml @@ -80,7 +80,7 @@ become: true become_user: "{{ react_system_user }}" - - name: Build app locally + - name: Build app remotely become_user: "{{ react_system_user }}" become: true environment: "{{ item.env | default(react_build_cmds_default_env) }}"