Skip to content

Commit

Permalink
Disable tree shaking
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir-P committed Jan 1, 2024
1 parent 3aca2e1 commit ba57a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Build demo for web
run: |
cd packages/fleather/example
flutter build web
flutter build web --no-tree-shake-icons
- name: Archive the demo build
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit ba57a7c

Please sign in to comment.