Skip to content

Commit

Permalink
Card rebuild script
Browse files Browse the repository at this point in the history
  • Loading branch information
domesticmouse committed Dec 5, 2023
1 parent bc18b62 commit f60b7db
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions templates/card/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: Card template rebuild
steps:
- name: Remove runners
rmdirs:
- android
- ios
- linux
- macos
- web
- windows
- name: Flutter recreate
flutter: create --org com.example --project-name card .
- name: Remove test/widget_test.dart
rm: test/widget_test.dart

0 comments on commit f60b7db

Please sign in to comment.