Skip to content

Commit

Permalink
Try running mix assets.build in ci instead of doing esbuild in test
Browse files Browse the repository at this point in the history
  • Loading branch information
hackartisan committed Feb 24, 2025
1 parent 17d8343 commit 72f1363
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ defmodule DpulCollections.MixProject do
"ecto.setup": ["ecto.create", "ecto.migrate", "run priv/repo/seeds.exs"],
"ecto.reset": ["ecto.drop", "ecto.setup"],
test: [
"esbuild dpul_collections",
"ecto.create --quiet",
"ecto.migrate --quiet",
"coveralls.html"
Expand Down

0 comments on commit 72f1363

Please sign in to comment.