Skip to content

Commit

Permalink
Merge pull request #146 from shivam-sharma7/issue_134
Browse files Browse the repository at this point in the history
Fix: prettier work locally and integrate with node.js CI
  • Loading branch information
GeorgeApos authored Jun 22, 2024
2 parents 9bb3659 + 05441ae commit ec39488
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ jobs:

name: Install dependencies
- run: npm install
name: format code
- run: npm run format
4 changes: 4 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ coverage

# Ignore all HTML files:
**/*.html
**/*.md
**/.md
**/*.mdx
**/*.json

**/.git
**/.svn
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "studentsapp",
"version": "0.1.0",
"private": true,
"type": "module",
"dependencies": {
"@chakra-ui/icons": "^2.0.4",
"@chakra-ui/react": "^2.2.4",
Expand Down Expand Up @@ -57,4 +58,5 @@
"devDependencies": {
"prettier": "3.2.5"
}

}

0 comments on commit ec39488

Please sign in to comment.