diff --git a/app/components/transit/TransitLinesBottomSheet.svelte b/app/components/transit/TransitLinesBottomSheet.svelte index bccd09bf..7ce6bfb2 100644 --- a/app/components/transit/TransitLinesBottomSheet.svelte +++ b/app/components/transit/TransitLinesBottomSheet.svelte @@ -68,8 +68,7 @@ navigate({ page: component, props: { - line: item, - position + line: item } }); } catch (error) { diff --git a/scripts/ci.prepare.sh b/scripts/ci.prepare.sh index 609ba89a..44c95dfb 100644 --- a/scripts/ci.prepare.sh +++ b/scripts/ci.prepare.sh @@ -51,7 +51,10 @@ fi cd ui-carto touch yarn.lock -yarn +yarn config set -H enableImmutableInstalls false +YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn npm run build -cd ..git +cd .. +ls -la ./ui-carto/packages/ui-carto +ls -la ./ui-carto/packages/ui-carto/packagemanager yarn link -r ./ui-carto/packages/ui-carto