Skip to content

Commit

Permalink
Build assets in prod
Browse files Browse the repository at this point in the history
  • Loading branch information
ukutaht committed Jan 7, 2025
1 parent 7da390e commit 43c25f8
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,15 @@ defmodule Plausible.MixProject do
"assets.typecheck": ["cmd npm --prefix assets run typecheck"],
"assets.build": [
"tailwind default",
"tailwind storybook --minify",
"tailwind storybook",
"esbuild default"
],
"assets.deploy": ["tailwind default --minify", "esbuild default --minify", "phx.digest"]
"assets.deploy": [
"tailwind default --minify",
"tailwind storybook --minify",
"esbuild default --minify",
"phx.digest"
]
]
end

Expand Down

0 comments on commit 43c25f8

Please sign in to comment.