-
-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WEB: Wasm Build 06 Use No-strip-wasm and turn of Hive logging
- Loading branch information
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,8 +45,8 @@ jobs: | |
- name: "Themes playground START BUILD - Flutter clean before build" | ||
run: flutter clean && cd example && flutter clean | ||
- name: "Themes playground WEB WASM-GC release build" | ||
run: cd example && flutter build web --wasm --release -t lib/example5_themes_playground/main.dart | ||
#run: cd example && flutter build web --wasm --release --no-strip-wasm -t lib/example5_themes_playground/main.dart | ||
#run: cd example && flutter build web --wasm --release -t lib/example5_themes_playground/main.dart | ||
run: cd example && flutter build web --wasm --release --no-strip-wasm -t lib/example5_themes_playground/main.dart | ||
- name: Deploy to Netlify | ||
uses: nwtgck/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
d8897f9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉 Published on https://playground.flexcolorscheme.com as production
🚀 Deployed on https://67487e7ce28f29009643e694--themesplayground.netlify.app