Skip to content

Commit

Permalink
fix: 🚑️ (package.json) Storybookのテストsb:testでTCPで待つポート番号を修正した。 (#86)
Browse files Browse the repository at this point in the history
- 開発用サーバーで使用している`6006`からテスト用の静的ホストで使用している`6007`に変更した。
  • Loading branch information
ReoHakase committed Mar 10, 2024
1 parent 0f75b77 commit 73cb59f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"format:fix": "prettier --write .",
"sb": "storybook dev -p 6006",
"sb:build": "storybook build",
"sb:test": "pnpm dlx concurrently -k -s first -n \"SB,TEST\" -c \"magenta,blue\" \\ \"pnpm dlx http-server storybook-static --port 6007 --silent\" \\ \"pnpm dlx wait-on tcp:6006 && test-storybook --url http://127.0.0.1:6007\"",
"sb:test": "pnpm dlx concurrently -k -s first -n \"SB,TEST\" -c \"magenta,blue\" \\ \"pnpm dlx http-server storybook-static --port 6007 --silent\" \\ \"pnpm dlx wait-on tcp:6007 && test-storybook --url http://127.0.0.1:6007\"",
"optimize:images": "optimizt --webp --output ./public ./public"
},
"dependencies": {
Expand Down

0 comments on commit 73cb59f

Please sign in to comment.