Skip to content

Commit 79c9a95

Browse files
committed
add compile step
1 parent 133ed20 commit 79c9a95

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/mix/tasks/phx.sync.tanstack_db.ex

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,10 @@ if Code.ensure_loaded?(Igniter) do
223223
)
224224
|> set_alias(
225225
"assets.build",
226-
"cmd --cd assets #{js_runner(igniter)} vite build --config vite.config.js --mode development"
226+
[
227+
"compile",
228+
"cmd --cd assets #{js_runner(igniter)} vite build --config vite.config.js --mode development"
229+
]
227230
)
228231
|> set_alias(
229232
"assets.deploy",

0 commit comments

Comments
 (0)