Skip to content

Commit f40653a

Browse files
committed
fixup
1 parent 8defc23 commit f40653a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

animations/codelab_rebuild.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -422,8 +422,6 @@ steps:
422422
to: step_01
423423
- name: step_02
424424
steps:
425-
- name: Remove generated code
426-
rmdir: step_02
427425
- name: Create scoreboard.dart
428426
path: quiz/lib/scoreboard.dart
429427
replace-contents: |
@@ -615,6 +613,8 @@ steps:
615613
to: step_02_e
616614

617615
# TODO(DomesticMouse): Delete step_02 once the codelab is published with individual steps
616+
- name: Remove step_02
617+
rmdir: step_02
618618
- name: Copy step_02
619619
copydir:
620620
from: quiz

0 commit comments

Comments
 (0)