We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34950e0 commit ddb88b8Copy full SHA for ddb88b8
1 file changed
package.json
@@ -24,7 +24,7 @@
24
"lint:fix": "npm run lint -- --fix",
25
"prettier": "prettier . --check --cache --cache-strategy metadata",
26
"prettier:fix": "npm run prettier -- --write",
27
- "format": "concurrently -s all -n \"prettier:fix,lint:fix\" -c \"yellow,green\" \"npm:prettier:fix\" \"npm:lint:fix\"",
+ "format": "npm run lint:fix && npm run prettier:fix",
28
"storybook": "cross-env NODE_NO_WARNINGS=1 storybook dev -p 6006 --quiet",
29
"storybook:build": "cross-env NODE_NO_WARNINGS=1 storybook build --quiet --loglevel warn",
30
"test:unit": "cross-env NODE_NO_WARNINGS=1 jest --passWithNoTests",
0 commit comments