diff --git a/custom_ui/commands.py b/custom_ui/commands.py index d884993..5910c90 100644 --- a/custom_ui/commands.py +++ b/custom_ui/commands.py @@ -243,4 +243,4 @@ def import_aspire_migration(path, dry_run): frappe.destroy() -commands = [build_frontend, create_module_command] \ No newline at end of file +commands = [build_frontend, create_module_command, import_aspire_migration] \ No newline at end of file