Skip to content

Commit

Permalink
fix: add tailwind to assets deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
trueChazza committed Apr 20, 2022
1 parent 155507f commit b46d13a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ defmodule MediaServer.MixProject do
"ecto.setup": ["ecto.create", "ecto.migrate", "run priv/repo/seeds.exs"],
"ecto.reset": ["ecto.drop", "ecto.setup"],
test: ["ecto.create --quiet", "ecto.migrate --quiet", "test"],
"assets.deploy": ["esbuild default --minify", "phx.digest"]
"assets.deploy": ["tailwind default --minify", "esbuild default --minify", "phx.digest"]
]
end
end

0 comments on commit b46d13a

Please sign in to comment.