Skip to content

Commit

Permalink
chore: added --no-tree-shake-icons as file_icon package causing Excep…
Browse files Browse the repository at this point in the history
…tion: Avoid non-constant invocations of IconData
  • Loading branch information
limcheekin committed Sep 13, 2023
1 parent a338d42 commit 4e01322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/netlify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: pwd;chmod +x generate.sh;./generate.sh

- name: Flutter Build
run: flutter build web --web-renderer html --release
run: flutter build web --web-renderer html --release --no-tree-shake-icons

- name: Deploy to Netlify
uses: nwtgck/actions-netlify@v2.0
Expand Down

1 comment on commit 4e01322

@limcheekin
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.