Skip to content

Commit

Permalink
chore: do not wait for server
Browse files Browse the repository at this point in the history
  • Loading branch information
adguernier committed Aug 28, 2024
1 parent b17df31 commit bc06d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"storybook:build": "storybook build",
"storybook:test": "test-storybook",
"storybook:serve": "http-server storybook-static --port 6006 --silent",
"storybook:serve:test": "concurrently -k -s first -n \"SB,TEST\" -c \"magenta,blue\" \"npm run storybook:serve\" \"wait-on tcp:6006 && npm run storybook:test\""
"storybook:serve:test": "concurrently -k -s first -n \"SB,TEST\" -c \"magenta,blue\" \"npm run storybook:serve\" \"npm run storybook:test\""
},
"dependencies": {
"@tanstack/react-query": "^5.51.5",
Expand Down

0 comments on commit bc06d80

Please sign in to comment.