Skip to content

Commit 39295af

Browse files
committed
Update package.json
1 parent 63d7e20 commit 39295af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"lint": "eslint 'src/**/*.{js,jsx,ts,tsx}'",
2525
"storybook": "storybook dev -p 6006",
2626
"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\"",
27+
"storybook:test": "concurrently -k -s first -n \"SB,TEST\" -c \"magenta,blue\" \"npm run storybook -- --no-open\" \"wait-on tcp:6006 && test-storybook\"",
2828
"e2e": "npx playwright test",
2929
"typedoc": "typedoc",
3030
"size": "size-limit",

0 commit comments

Comments
 (0)