From 48edd888a6ed2418166517c70a3f101b815fb172 Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Wed, 14 May 2025 11:30:11 +0530 Subject: [PATCH] chore: changed file to esm --- .github/workflows/ui-tests.yml | 2 +- commitlint.config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ui-tests.yml b/.github/workflows/ui-tests.yml index f4b87366..6ff03b93 100644 --- a/.github/workflows/ui-tests.yml +++ b/.github/workflows/ui-tests.yml @@ -105,7 +105,7 @@ jobs: - name: cypress pre-requisites run: | cd ~/frappe-bench/apps/lms - yarn add cypress@^10 --no-lockfile + yarn add cypress@^10 --no-lockfile -W - name: UI Tests run: cd ~/frappe-bench/ && bench --site lms.test run-ui-tests lms --headless diff --git a/commitlint.config.js b/commitlint.config.js index 0c582f54..2b23e6a0 100644 --- a/commitlint.config.js +++ b/commitlint.config.js @@ -1,4 +1,4 @@ -module.exports = { +export default { parserPreset: "conventional-changelog-conventionalcommits", rules: { "subject-empty": [2, "never"],