Обновить experimental.yaml

migrate then build
This commit is contained in:
js 2026-01-14 16:46:09 +00:00
parent 58bf6b237c
commit 68b3dc8a9a
1 changed files with 1 additions and 1 deletions

View File

@ -661,7 +661,7 @@ actions:
# 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'
# Builds JS and CSS, and then migrates
su frappe -c 'cd /home/frappe/frappe-bench && uvx --from frappe-bench bench build --force && uvx --from frappe-bench bench migrate'
su frappe -c 'cd /home/frappe/frappe-bench && uvx --from frappe-bench bench migrate && uvx --from frappe-bench bench build'
- trigger: post-packages
action: |-