Skip to content

Commit

Permalink
[#127] Update prettier command checker
Browse files Browse the repository at this point in the history
  • Loading branch information
ifirmawan committed Sep 5, 2023
1 parent 409e5e1 commit 9422616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"start": "next start",
"lint": "next lint",
"test": "jest --watch",
"prettier": "prettier --check '*.{js,jsx}'"
"prettier": "prettier --check '*.{js,jsx}' './pages/**/*.{js,jsx}' './components/**/*.{js,jsx}'"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 9422616

Please sign in to comment.