Skip to content

Commit

Permalink
fix: [MDS-818] Fix storybook_flutter icons display issues on mobile b…
Browse files Browse the repository at this point in the history
…rowsers (#293)
  • Loading branch information
Kypsis committed Nov 19, 2023
1 parent d0c5d89 commit 069a8f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/s3_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: flutter test

- name: Build Web
run: flutter build web
run: flutter build web --web-renderer canvaskit --release
working-directory: ./example

- name: Deploy
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ environment:
dependencies:
flutter:
sdk: flutter
moon_icons: ^0.2.1
moon_icons: ^0.3.0

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 069a8f6

Please sign in to comment.