Skip to content

Commit 92e8f15

Browse files
committed
Add: mix production_build
1 parent 6f61c7a commit 92e8f15

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

mix.exs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ defmodule ComponentsGuide.MixProject do
7676
"tailwind default --minify",
7777
"esbuild default --minify",
7878
"phx.digest"
79+
],
80+
production_build: [
81+
"setup",
82+
"assets.deploy",
83+
"compile"
7984
]
8085
]
8186
end

0 commit comments

Comments
 (0)