Commit 95ed727
committed
fix: use mix setup in mise task to include asset compilation
The mise setup task was calling deps.get and ecto.setup directly,
bypassing the mix setup alias which also runs assets.setup (installs
esbuild + tailwind) and assets.build (compiles JS + CSS). This caused
app.js to be missing when using mise run setup.
Fixes #31 parent 24e0bd0 commit 95ed727
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
| |||
0 commit comments