noahsettersten commited on
Commit
6b373c5
1 Parent(s): 55f4f6f

fix: Make PhoenixStorybook available in all environments

Browse files
Files changed (1) hide show
  1. mix.exs +1 -1
mix.exs CHANGED
@@ -44,7 +44,7 @@ defmodule MedicalTranscription.MixProject do
44
  {:phoenix_live_dashboard, "~> 0.8.2"},
45
  {:esbuild, "~> 0.8", runtime: Mix.env() == :dev},
46
  {:tailwind, "~> 0.2.0", runtime: Mix.env() == :dev},
47
- {:phoenix_storybook, "~> 0.6.0", only: :dev},
48
  {:swoosh, "~> 1.3"},
49
  {:finch, "~> 0.13"},
50
  {:telemetry_metrics, "~> 0.6"},
 
44
  {:phoenix_live_dashboard, "~> 0.8.2"},
45
  {:esbuild, "~> 0.8", runtime: Mix.env() == :dev},
46
  {:tailwind, "~> 0.2.0", runtime: Mix.env() == :dev},
47
+ {:phoenix_storybook, "~> 0.6.0"},
48
  {:swoosh, "~> 1.3"},
49
  {:finch, "~> 0.13"},
50
  {:telemetry_metrics, "~> 0.6"},