We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dd917e commit e19a8c9Copy full SHA for e19a8c9
package.json
@@ -8,6 +8,7 @@
8
"start": "react-scripts start",
9
"build": "react-scripts build",
10
"test": "react-scripts test --env=jsdom",
11
+ "pretty": "prettier --print-width 120 --single-quote --write \"src/**/*.{js,jsx,json,css}\"",
12
"build-storybook": "build-storybook -s public",
13
"storybook": "start-storybook -p 9009 -s public",
14
"predeploy": "npm run build",
0 commit comments