Skip to content

Commit e19a8c9

Browse files
committed
added pretty command
1 parent 1dd917e commit e19a8c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"start": "react-scripts start",
99
"build": "react-scripts build",
1010
"test": "react-scripts test --env=jsdom",
11+
"pretty": "prettier --print-width 120 --single-quote --write \"src/**/*.{js,jsx,json,css}\"",
1112
"build-storybook": "build-storybook -s public",
1213
"storybook": "start-storybook -p 9009 -s public",
1314
"predeploy": "npm run build",

0 commit comments

Comments
 (0)