Skip to content

Commit 70c0874

Browse files
authored
Merge pull request #52 from bluefireteam/fix/deploy
fix: deploy
2 parents e11a969 + 2ca5eab commit 70c0874

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/gh-pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install Dependencies
1818
run: melos bootstrap
1919

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

2222
shell: bash
2323

packages/mini_sprite_editor/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ coverage/
105105
packages/**/pubspec.lock
106106

107107
# Web related
108-
lib/generated_plugin_registrant.dart
109108

110109
# Symbolication related
111110
app.*.symbols

0 commit comments

Comments
 (0)