Skip to content

Commit

Permalink
avniproject/avni-product#1374 | Corrected bundle path in sourcemap u…
Browse files Browse the repository at this point in the history
…pload
  • Loading branch information
mahalakshme authored and petmongrels committed Sep 13, 2023
1 parent 8cb46ca commit c30fa36
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 21 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ ip:=$(if $(ip),$(ip),$(shell ifconfig | grep -A 2 'en0' | grep 'inet ' | tail -1
ip:=$(if $(ip),$(ip),$(shell ifconfig | grep -A 4 'en0' | grep 'inet ' | tail -1 | xargs | cut -d ' ' -f 2 | cut -d ':' -f 2))
AVNI_HOST?=$(ip)
sha:=$(shell git rev-parse --short=4 HEAD)
flavor_folder_uppercase_path:=$(shell echo "$(flavor)" | awk '{print toupper(substr($$0,1,1)) tolower(substr($$0,2))}')

ifndef flavor
flavor:=generic
endif
flavor_folder_uppercase_path:=$(shell echo "$(flavor)" | awk '{print toupper(substr($$0,1,1)) (substr($$0,2))}')

flavor_folder_uppercase_path:=$(shell echo "$(flavor)" | awk '{print toupper(substr($$0,1,1)) tolower(substr($$0,2))}')
ifeq ($(flavor), lfe)
Expand Down
61 changes: 41 additions & 20 deletions packages/openchs-android/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c30fa36

Please sign in to comment.