Skip to content

Commit

Permalink
Merge pull request #161 from shivam-sharma7/revert-146-issue_134
Browse files Browse the repository at this point in the history
Revert "Fix: prettier work locally and integrate with node.js CI"
  • Loading branch information
GeorgeApos authored Jul 17, 2024
2 parents 676b9b9 + 53c4476 commit 19dfcb1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,3 @@ jobs:

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

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

**/.git
**/.svn
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"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 @@ -61,5 +60,4 @@
"devDependencies": {
"prettier": "3.3.3"
}

}

0 comments on commit 19dfcb1

Please sign in to comment.