Skip to content

Commit

Permalink
Merge pull request #22 from onaio/update-react-app-path
Browse files Browse the repository at this point in the history
update react app path, fix remote task name
  • Loading branch information
peterMuriuki authored Oct 8, 2021
2 parents bc152a6 + d13d712 commit 32e2bb2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion molecule/ubuntu-1804-opensrp/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tasks/configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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) }}"
Expand Down

0 comments on commit 32e2bb2

Please sign in to comment.