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 63d7e20 commit 39295afCopy full SHA for 39295af
package.json
@@ -24,7 +24,7 @@
24
"lint": "eslint 'src/**/*.{js,jsx,ts,tsx}'",
25
"storybook": "storybook dev -p 6006",
26
"storybook:build": "storybook build",
27
- "storybook:test": "concurrently -k -s first -n \"SB,TEST\" -c \"magenta,blue\" \"npm run storybook -- --quiet --no-open\" \"wait-on tcp:6006 && test-storybook\"",
+ "storybook:test": "concurrently -k -s first -n \"SB,TEST\" -c \"magenta,blue\" \"npm run storybook -- --no-open\" \"wait-on tcp:6006 && test-storybook\"",
28
"e2e": "npx playwright test",
29
"typedoc": "typedoc",
30
"size": "size-limit",
0 commit comments