diff --git a/jeyerp.yaml b/jeyerp.yaml index 19878df..4ba6d7f 100644 --- a/jeyerp.yaml +++ b/jeyerp.yaml @@ -641,12 +641,11 @@ actions: su frappe -c 'cd /home/frappe/frappe-bench && uvx --from frappe-bench bench get-app https://git.host.jeyerp.az/ali/frappe_enhanced_gridview.git' # Install Jey ERP Subtabs App su frappe -c 'cd /home/frappe/frappe-bench && uvx --from frappe-bench bench install-app custom_subtabs' - # Execute Subtabs script for js_parent_subtab field su frappe -c 'cd /home/frappe/frappe-bench && uvx --from frappe-bench bench execute custom_subtabs.patches.add_parent_field.add_field_to_docfield_json' # Install Jey ERP Apps su frappe -c 'cd /home/frappe/frappe-bench && uvx --from frappe-bench bench install-app az_locale invoice_az taxes_az formula_editor jey_erp kapital_bank jey_theme frappe_enhanced_gridview' # Builds JS and CSS, and then migrates - su frappe -c 'cd /home/frappe/frappe-bench && uvx --from frappe-bench bench build' + su frappe -c 'cd /home/frappe/frappe-bench && uvx --from frappe-bench bench build --force && uvx --from frappe-bench bench migrate' - trigger: post-packages action: |-