Skip to content

Commit e1f9ac8

Browse files
committed
Fix @storybook/test-runner issue in node 18
1 parent c92365c commit e1f9ac8

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
@@ -23,7 +23,7 @@
2323
"test": "jest",
2424
"storybook": "storybook dev -p 6006",
2525
"storybook:build": "storybook build",
26-
"storybook:test": "concurrently -k -s first -n \"SB,TEST\" -c \"magenta,blue\" \"npm run storybook -- --quiet --no-open\" \"wait-on tcp:6006 && test-storybook\"",
26+
"storybook:test": "concurrently -k -s first -n \"SB,TEST\" -c \"magenta,blue\" \"npm run storybook -- --quiet --no-open\" \"wait-on tcp:127.0.0.1:6006 && test-storybook\"",
2727
"typedoc": "typedoc",
2828
"size": "size-limit",
2929
"prepublishOnly": "npm run typedoc && rimraf lib && npm run build"

0 commit comments

Comments
 (0)