ci: verify yarn lock file

This commit is contained in:
Jannat Patel
2025-06-16 12:53:53 +05:30
parent 335417f9f4
commit c6137545cd

View File

@@ -94,6 +94,12 @@ jobs:
TYPE: ui TYPE: ui
DB: mariadb DB: mariadb
- name: Verify yarn.lock
run: |
cd ~/frappe-bench/apps/lms
yarn install --immutable --immutable-cache --check-cache
git diff --exit-code yarn.lock
- name: Site Setup - name: Site Setup
run: | run: |
cd ~/frappe-bench/ cd ~/frappe-bench/