Skip to content

Commit

Permalink
refactor: Readme and workflow updates (#532)
Browse files Browse the repository at this point in the history
* refactor: updated Readme

* refactor: updated commitlint workflow file
  • Loading branch information
BilalQamar95 authored Apr 19, 2024
1 parent 2c4ef22 commit 3dfca7d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3dfca7d

Please sign in to comment.