Skip to content

Commit

Permalink
#701 dependency fix after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
petmongrels committed Nov 21, 2022
1 parent dd51c9b commit 5393a1b
Show file tree
Hide file tree
Showing 4 changed files with 17,950 additions and 23,876 deletions.
18 changes: 0 additions & 18 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,8 @@ default: ; @echo 'no target provided'
include makefiles/fastlane.mk
include makefiles/androidDevice.mk
include makefiles/patches.mk
<<<<<<< HEAD
include makefiles/util.mk
=======
include makefiles/common.mk
>>>>>>> rnu6x

define _open_resource
$(if $(shell command -v xdg-open 2> /dev/null),xdg-open $1 >/dev/null 2>&1,open $1)
Expand Down Expand Up @@ -211,14 +208,7 @@ clean_packager_cache:
rm -rf /tmp/metro-*
rm -rf /tmp/haste-*

<<<<<<< HEAD
remove_package_locks:
rm package-lock.json packages/openchs-android/package-lock.json

clean_env: ##
=======
clean_env: release_clean ##
>>>>>>> rnu6x
rm -rf packages/openchs-android/node_modules
rm -rf packages/openchs-org/node_modules
rm -rf packages/unminifiy/node_modules
Expand All @@ -236,11 +226,7 @@ setup_env: ##

build_env: ##
export NODE_OPTIONS=--max_old_space_size=4096
<<<<<<< HEAD
cd packages/openchs-android && npm install
=======
cd packages/openchs-android && npm install --legacy-peer-deps
>>>>>>> rnu6x

clean_app:
cd packages/openchs-android/android && ./gradlew clean
Expand All @@ -254,11 +240,7 @@ build: build_env build_app

build_env_ci: ##
export NODE_OPTIONS=--max_old_space_size=2048
<<<<<<< HEAD
cd packages/openchs-android && npm install
=======
cd packages/openchs-android && npm install --legacy-peer-deps
>>>>>>> rnu6x

# <packager>
run_packager: ##
Expand Down
18 changes: 0 additions & 18 deletions package.json

This file was deleted.

Loading

0 comments on commit 5393a1b

Please sign in to comment.