Skip to content

Commit 64bf540

Browse files
committed
update: scripts
fix: code formatting
1 parent de38386 commit 64bf540

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"dev": "npm i --force && react-scripts start",
2424
"build": "react-scripts build",
2525
"type": "tsc",
26-
"format": "node_modules/.bin/prettier src --write",
26+
"format": "prettier ./src --write",
27+
"format:all": "prettier . --write",
2728
"test": "react-scripts test"
2829
},
2930
"dependencies": {

0 commit comments

Comments
 (0)