diff --git a/templates/card/codelab_rebuild.yaml b/templates/card/codelab_rebuild.yaml new file mode 100644 index 0000000..452683d --- /dev/null +++ b/templates/card/codelab_rebuild.yaml @@ -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