Skip to content

Commit 0a868bd

Browse files
committed
Prettier
1 parent 8691aed commit 0a868bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"build": "next build",
99
"start": "next start",
1010
"lint": "next lint",
11-
"format": "npm exec prettier -- -w **/*.{js,jsx} --ignore-path .gitignore",
12-
"refresh": "rm -rf node_modules && rm package-lock.json && npm i"
11+
"format": "prettier --write \"**/*.{js,jsx,json}\"",
12+
"refresh": "rm -rf node_modules && rm package-lock.json && npm i && npm run format"
1313
},
1414
"keywords": [],
1515
"author": "",

0 commit comments

Comments
 (0)