Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install Dependencies
run: melos bootstrap

- run: melos exec --scope mini_sprite_editor flutter build web --release --web-renderer=canvaskit --base-href /
- run: melos exec --scope mini_sprite_editor flutter build web --release --base-href /

shell: bash

Expand Down
1 change: 0 additions & 1 deletion packages/mini_sprite_editor/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ coverage/
packages/**/pubspec.lock

# Web related
lib/generated_plugin_registrant.dart

# Symbolication related
app.*.symbols
Expand Down
Loading