From 5c9fcc0463ec0c4e69b4ad4b512a571ccf752fa8 Mon Sep 17 00:00:00 2001 From: Bilal Qamar <59555732+BilalQamar95@users.noreply.github.com> Date: Fri, 19 Apr 2024 14:47:43 +0500 Subject: [PATCH 1/2] refactor: updated Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 469254daa..3a03890a3 100644 --- a/README.md +++ b/README.md @@ -227,7 +227,7 @@ locally. To serve a production build locally: ```Sample json { - "extends": "@openedx/frontend-build", + "extends": "@edx/typescript-config", "compilerOptions": { "rootDir": ".", "outDir": "dist" From dc4fba6511ef282afc9079125146f9e9efaa0007 Mon Sep 17 00:00:00 2001 From: Bilal Qamar <59555732+BilalQamar95@users.noreply.github.com> Date: Fri, 19 Apr 2024 14:49:51 +0500 Subject: [PATCH 2/2] refactor: updated commitlint workflow file --- .github/workflows/commitlint.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index 36e15a54c..ad537e420 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -13,8 +13,5 @@ jobs: uses: actions/checkout@v3 with: fetch-depth: 0 - - name: remove tsconfig.json # see issue https://github.com/conventional-changelog/commitlint/issues/3256 - run: | - rm tsconfig.json - name: Check commits uses: wagoid/commitlint-github-action@v5