Skip to content

Commit

Permalink
remove files
Browse files Browse the repository at this point in the history
  • Loading branch information
Pari Work Temp committed Aug 28, 2024
1 parent 9ad48a1 commit 5a77129
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hooks/post_gen_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def remove_special_mobile_files():
join("scripts/setup_mobile_config.sh")
]
directories = [
join("resources")
join("resources")
]
for file in file_names:
if exists(file):
Expand Down Expand Up @@ -181,6 +181,7 @@ def main():
move_mobile_client_to_root("react-native")
else:
remove_expo_yaml_files()
remove_special_mobile_files()

clean_up_clients_folder()

Expand Down

0 comments on commit 5a77129

Please sign in to comment.