Skip to content

Commit

Permalink
chore:cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Oct 28, 2024
1 parent a38485b commit 053b4a7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 241 deletions.
236 changes: 0 additions & 236 deletions app/services/Package.ts

This file was deleted.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@
},
"workspaces": [
"./",
"./peakfinder"
"./peakfinder",
"./geo-three"
],
"packageManager": "[email protected]"
}
6 changes: 2 additions & 4 deletions scripts/ci.prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ fi

git clone --recurse-submodules -b alpimaps https://github.com/nativescript-community/ui-carto.git

if ["${PLATFORM}" -eq "android"]
then
if ["${PLATFORM}" = "android"]; then
wget https://github.com/Akylas/mobile-sdk/releases/download/v$CARTO_SDK_VERSION/carto-mobile-sdk-$CARTO_SDK_VERSION.aar
mv carto-mobile-sdk-$CARTO_SDK_VERSION.aar ./ui-carto/packages/ui-carto/platforms/android
else
Expand All @@ -55,6 +54,5 @@ yarn config set -H enableImmutableInstalls false
YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn
npm run build
cd ..
ls -la ./ui-carto/packages/ui-carto
ls -la ./ui-carto/packages/ui-carto/packagemanager
ls -la ./ui-carto/packages/ui-carto/platforms/android
yarn link -r ./ui-carto/packages/ui-carto

0 comments on commit 053b4a7

Please sign in to comment.