refactor: reuse common scripts and files
move common scripts to build/common
This commit is contained in:
4
build/common/commands/doctor.py
Normal file
4
build/common/commands/doctor.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import frappe
|
||||
from frappe.utils.doctor import doctor
|
||||
|
||||
doctor()
|
||||
Reference in New Issue
Block a user