Skip to content

Commit

Permalink
chore: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Oct 28, 2024
1 parent ef43484 commit a38485b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 1 addition & 2 deletions app/components/transit/TransitLinesBottomSheet.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@
navigate({
page: component,
props: {
line: item,
position
line: item
}
});
} catch (error) {
Expand Down
7 changes: 5 additions & 2 deletions scripts/ci.prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a38485b

Please sign in to comment.