Skip to content

Commit

Permalink
Endless Runner rebuild script
Browse files Browse the repository at this point in the history
  • Loading branch information
domesticmouse committed Dec 5, 2023
1 parent f60b7db commit b852eb9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions templates/endless_runner/codelab_rebuild.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Run with tooling from https://github.com/flutter/codelabs/tree/main/tooling/codelab_rebuild
name: Endless Runner template rebuild
steps:
- name: Remove runners
rmdirs:
- android
- ios
- linux
- macos
- web
- windows
- name: Flutter recreate
flutter: create --org com.example --project-name endless_runner .
- name: Remove test/widget_test.dart
rm: test/widget_test.dart

0 comments on commit b852eb9

Please sign in to comment.